Hi all,
in Power Automate I created a flow that triggered the component: "When a HTTP request is received", so a trigger url was produced.
With Ribbon Workbench I created a Smart Button ("Run Webhook") ina a Dynamics 365 form, and used the url trigger created in Power Automate.
When the button is pressed in Dynamics 365, the flow actually starts.
However I have no confirmation when the flow actually ended.
In Power Automate there is an Http "Response" component:
If I add it to the end of the flow can it be useful to confirm that the flow is finished?
How do I read this response in the process I have described?
Thanks in advance!
Regards,
Stinger
Hi stinger,
The flow is automatically stopped after all actions are executed and whichever step fails is also stopped.
You can determine if the flow is stopped by checking whether the last action is completed or not. If it completed, which means that flow has stopped. if not, the flow is either running or failing to run, so you can navigate to monitor tab to check it in flow website.
Also, you mentioned that you add ‘response’ action to the flow.
If you want to read the response, you can test it in postman to read it as following example.
Accept HTTP Requests in a Flow and send Response back | Power Automate | D365 Demystified
Also, you can use Js to receive the Response and shows message as alert in CRM as following example.
Regards,
Leah Ju
Please mark as verified if the answer is helpful. Welcome to join hot discussions in Dynamics 365 Forums.
Abhilash Warrier
100
Super User 2025 Season 2
Suresh Kulla
72
Super User 2025 Season 2
DAnny3211
54