Saturday, 29 June 2024

WebHook in Power Automate Flow

 

Synchronous Power Automate Flow


As we all know Power automate flow is an asynchronous execution mode.

There is the question though can we execute Power Automate Flow Synchronously?

The answer is yes.

It will need a little bit of reworking and thinking.

The idea is to create a Flow that we can control when to trigger it.

What if we create a Web Hook and trigger the Synchronously.


I have created a sample Power Automate Flow for this experimentation




  1. Create a Flow with HTTP Request Action

  2. Once you have saved the flow Copy the URL

  3. Open Plugin Registration Tool

  4. Register New Web Hook



  5. Register a new Step, I want this to execute on update of Account Entity on change of Description fiel



Happy Coding 

No comments:

Post a Comment

How to Trigger a Microsoft Flow from a Custom Button in Dynamics 365

  When using Microsoft Flow the out-of-the-box button is nested under the ‘Flow’ section and is not easy to find nor is it customizable. Tri...