Dear All,
I'm facing some issues with Powerapps and Flow.
I'm working on an app with powerapps to submit and track procurement requests.
Data is stored in Sharepoint lists/libraries (SPO).
I'm submitting data with Patch function, and if patch succeeds a flow is triggered from powerapps.
The problem is when the flow runs, it runs in the context of the logged in user in powerapps. But i want it to run in the context of the author of the flow. Because flow contains breaking/changing permissions of list items and I want to grant this right to the author of the flow.
I'm looking for your valuable inputs.
Thanks in advance.