HI All,
I have a Power App that I get Share Requests from when users attempt to use it. This is expected as I do not know who will request access and I cannot give "Everyone" access to the PowerApp (blocked by admin).
I have a Power Automate flow written and working that will give a user access access to the Power App.
My issue is how can I run the Power Automate flow when the user attempts to access the Power app. It seems that Permissions are the first thing checked when starting the Power App - so the Request Access screen pops up.
I tried running the flow in the OnStart of the Power App but that did not work. Is there a way I can edit the Request Access button to point at a link e.g. a Sharepoint link that they enter the request in a Sharepoint form that then triggers the Flow?
Or is there an option to run the flow prior to checking permissions (I know this is not a great security option).
Any ideas are appreciated.