Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more 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