How can I create an edit record button for a saved page

Hi there. Looked but didn’t see an answer for this. Im working on a reminder app and want users to have the ability to update their reminder. It has five fields in it from the DB. I want to create a simple Edit Button at the bottom of the page where they view the reminder data so they can change it then save. Is there a way to do this?

Hi @jlanyontx ,

Try creating custom list and inside it put a button to link to another screen, in that screen you will get available data of the previous screen.

Hi James.

On the reminder page, add an ‘edit’ button which takes you to another screen which has an update form which populates with the data you want to edit. You can then add a save button which should have an ‘update’ action.

Please let me know if you need any more help with this :slight_smile:

Is there any way to do this on the same screen