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 Call an Action through Power Automate(MS Flow)

  Introduction As Microsoft is providing us more flexibility with Power Automate (MS Flow), recently we found that now we can call the Actio...