
Hi,
I want to trigger A power automate flow on click of a button in power pages. I think we can do this in Powerapps as shown in the guide here https://www.c-sharpcorner.com/article/how-to-trigger-a-power-automate-flow-from-powerapps/.
Is it possible to do a similar thing from Power Pages?
Hi,
One way to do this would be to create a Power Automate flow that uses an incoming HTTP request as trigger. If you build a flow with this trigger, Power Automate will generate a URL where you can send POST requests to in order to trigger the flow.
On the Power Pages side, you could use this url in a HTML form where the submit action navigates to the Power Automate url.