Edit database from form

How do I allow a user to edit a database from a form?

my specific query is as follows

a user adds a person to the profile which is shown on app as list

the edit button in the right hand corner is confusing me and I’m not sure how to allow the user to click that go into the database and edit the it to change the values?

could anyone help

you need to create a separate screen and add a form, select the collection and then choose the fields that can be edited. you then need to link to that screen from the edit button.

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