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

Identify all the cloudflows on a particular entity along with its messages

  The easiest way to identify the flows that trigger on a particular entity with its messages is to run a SQL query using the sql4cds tool i...