Hello Everyone,
This is my first time creating a powerapp. I have successfully integrated it with a SharePoint list. Up to this point, it has been smooth sailing. Here's my problem:
I need users to be able to open the submitted Powerapp to review the data that they've entered.
My Powerapp has multiple screens. The first screen contains the only form in my Powerapp. It is the form that is populating fields into the SharePoint List. (see product name/item number & report type). The form's default mode is new.
The next button at the bottom of Screen1 navigates to which Report Type the user selects. Each report type screen has a save button with a function of SubmitForm(Form1). The OnSave action for SharePointIntegration is the same. (I can assume that this is wrong?)
When I click the save button my form fields are populated into the SP list as needed, but when I open the powerapp from the SP list everything including the form entries are blank. How can I fix this? I have tried multiple different OnSave functions and can't seem to find a solution anywhere.
Thank you for your time!
Emily