The CreatorCon Call for Content is officially open! Get started here.

Cannot Fix Empty Labels in a table

nysbigdave
Kilo Expert

I have a table in two instances, my table consist of a few fields that have empty labels that i cannot fix, i manually added new labels and applied them to elements however , they dont take. the label exist in the labels dictionary however its not visible on the form

 

Any suggestions?

30 REPLIES 30

Archi
Kilo Expert

I had the same problem.

The number of fields in the table is limited due to the limitation of the maximum length of the SQL query row to the database. Exceeding this boundary value entails hiding the labels of newly created fields (in tables where there are a large number of fields). In this case, the table needs to create another table for additional fields.

I add the required fields not to the original table, but to the table for additional fields.

Using output these fields on the form of the original table.find_real_file.png