
Announcements
Hi,
Is there a way to integrate custom web flows in PowerApps? See a scenario below-
A user redirects to a third party website (embedded or opening in a pop-up window).....does a bunch of stuff there (eg. Authenticating, performs a bunch of activities on the third party website ).....and then redirecting back to the powerapp with some data.
Thanks
I would suggest looking into the Launch and Param functions: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-param
You can use the Launch function to open another web page. The tricky part will be returning that information back to your PowerApp. You can pass parameters into a PowerApp which I discuss here: https://www.sharepointsiren.com/2018/03/passing-parameters-to-powerapp.html. The thing to work out would be how to get that info and re-direct from your Third Party app.