We're experiencing the 'Getting Your Data' Error when forms are submitted through the action of a button. See below for details about the app and the error that is occurring and what we've tried already. Does anyone have any suggestions on how to avoid this issue?
About the App:
The PowerApp in question retrieves information from one master SharePoint list.
The app has a detail screen that pulls up all information from one master SharePoint list. There are about 3 forms within this section of the app's detail screen, only one form is set to display the information provided from the SharePoint list; while the other two are set to update fields within the SharePoint list.
Error occurred :
When testing the app with a group we receive the getting your data error. This is currently only happening when we press the update button below. (reference image1 below) Within the Update button for the OnSelect were submitting the two forms back to our master Sharepoint list to reflect any updates. (reference below image2). For the Forms, the item property is currently set to pull back an item that was selected on another screen. (reference below image3)
What we’ve tried the following:
1. We’ve tried to remove all extra forms and only use one edit form that would be view only for some parts and editable when needed; this test still provided the same error. In addition,
2. We've also made the Item property adjust referenced in image3
3. We've also tried setting variables to make the forms be in view mode only after the update button has been pressed with no success.
Image1

Image2

Image3
