Linking Dynamics 365 Record to Power Automate Flow Run History ID
Guowei_Xu
407
Introduction
If you're using Power Automate flows to automate processes such as sending notification emails for each newly created contact in D365, you'll end up with a lot of runs. This also means that there will be a significant amount of historical data in the flow run history.
As a result, locating the right flow run ID can become increasingly difficult. This blog post aims to provide a solution by sharing a method on how to link a D365 record to a specific flow run ID. By doing so, you can easily find the correct Power Automate run ID, saving valuable time and enabling more efficient workflow management.
Test Environment:
Dataverse: Dynamics 365 CRM online
Power Automate Flow: An existing flow
Flow Run history URL Format:
Right-click an existing flow run history URL for example:
Raw URL:
https://make.powerautomate.com/environments/a6****d-b5c5-4089-a23b-bd80edfac2e5/flows/b***72c6-025d-4c29-9f76-2a8ba4106803/runs/08585172906511072***668963326CU132
Split it into the following 3 parts:
https://make.powerautomate.com/environments/environments/{Environment ID}/flows/{Flow ID}/runs/{Run ID}
Environment ID: a6****d-b5c5-4089-a23b-bd80edfac2e5
Flow ID: b***72c6-025d-4c29-9f76-2a8ba4106803
Run ID: 8585172906511072***668963326CU132
*This post is locked for comments