Hello,
I have a SharePoint list for which I have developed a custom 4 screen PowerApps canvas. The canvas is connected to a single sharepoint list. How can I make it so that when someone opens an existing list entry that they are able to edit the item when Screen1 is an instructions page, screens 2 and 3 are meant to be the input screens?
Screen 1 is an instructions page with procedures, key contacts and a button to "create new entry" and "save". I'd like it to have an "Edit" button that allows for the user to edit if they have selected a pre-existing list item. It should also allow the user to go back to their input screen if they also happened to Create New Item and then go back to Screen1 but want to Edit again in Screen 2.
Screen 2 is a form that allows input of items and it has two sections, one section for form1 input and another section for "back to screen 1", "cancel" and "save". Screen 3 is the review section, which populates read-only fields from form1 along with some editable fields, also from form1 but only visible on screen 3.
Thanks so much!