I have a flow that I want to trigger from PowerApps using the owner's credentials. At the moment, the triggered flow uses the user's credentials which does not have the permissions to do certain actions. Is there a way such that a user can trigger the flow but it uses my credentials (the flow owner)?
Some background:
This flow will modify the permissions for an item that is created in a SharePoint list. I am aware that typically such flows are triggered from the SharePoint list itself when an item is created. However, that can take up to a minute to trigger after an item created and others users will have access to the item during that period.