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?
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.