I am trying to embed power automate UI into my react web application. I tried to use JS SDK. I could not find the sample application at Integrate Power Automate with websites and apps - Power Automate | Microsoft Learn which helps in running the authenticated flow in dev mode.
I think you can use the following trigger for your flow
This trigger will give url by which if you can sent get/post/any other method to the given api (as configured in the action), it will trigger the flow. So in your application- you can write the code to call the given URI with specified method, So when button is clicked- it triggers to send http request which in turns start the flow.
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.