Announcements
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.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,807 Super User 2024 Season 2
Martin Dráb 229,135 Most Valuable Professional
nmaenpaa 101,156