Issue with Reflecting Updated Titles in Edit Screens

I’m currently working on a checklist layout where users can click on individual items to access a details screen for editing. Despite updating the title names in my datasheet, the changes are not reflected when the edit screen is activated after clicking the edit button. Does anyone know how to resolve this issue so that the updated names are correctly displayed on the edit screens?

Thank you for your help!


So you changed the column heading in the table and you are expecting it to change on the edit screen? That’s not how it works. It may use the column heading for the component title by default when you add the component to the screen, but you have the option to change the component title to whatever you want, so it doesn’t have to match the heading in the table.

All you have to do is click on the component in the left hand panel to select it, then change the title for the component in the right hand panel.

1 Like

I found the feature!
Thank you so much for your kind response!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.