Hello,
I am working on a SharePoint List integrated PowerApp and having an issues. The App in question has two screens, each with it's own form:
These forms both behave as expected regarding saving, editing, viewing and adding to the SharePoint List. When I click 'Edit All' built in buttons, the screen changes to the Edit Screen, and the Built in Buttons change to 'Save' and 'Cancel'.
However, when I click 'Save', it changes back to the View Screen (I removed 'RequestHide()' as didn't want the user to have to click back in each time) but the SharePoint Built In 'Save' and 'Edit' Buttons remain instead of changing back to the 'Edit All' button as it should. You have to close the screen to reopen the item for it to revert.
Inside the SharePoint Integration I have the 'OnSave' set with the following:
SubmitForm('SharePointForm1_Add/Edit'); ViewForm(SharePointForm1_Main); ViewForm('SharePointForm1_Add/Edit'); Navigate(FormScreen_View)
This takes me back to the ViewScreen and sets both forms to View Mode but the Save/Edit buttons still remain. I have also tried the Viewform(***) inside the 'OnSuccess' of the Add/Edit form..
'OnView' also has the following:
Navigate(FormScreen_View);ViewForm(SharePointForm1_Main)
Any ideas on how I can get the 'Save/Edit' button to revert back to 'Edit All'?
I am having the same issue. Did you ever find a solution?
User | Count |
---|---|
163 | |
95 | |
77 | |
72 | |
58 |
User | Count |
---|---|
216 | |
166 | |
97 | |
96 | |
74 |