i have a section were users can add stuff, maybe their errands or homework but I want them to be able to change what they wrote how do I do it?
If itâs a custom list, add the â icon by dropping the component into the list. If another type of list, enable an â icon with one of the right sections.
When a user clicks the icon, set the click action to New Screen.
Create a new âFormâ screen and call it the âEdit Screenâ.
Click on the new form on the new screen and set it to âeditâ the current list item.
On the form, there is a default âupdateâ action when the form is submitted. Simply set a 2nd click action to go back. This saves the data and returns the user to the previous screen.
2 Likes
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.