Well !! Indeed its a challenge that lot many of my fellow developers, you are facing. You write a Power Automate Flow for approvals on SharePoint List Item and deploy to Production. Now, there are many Flow runs in progress and You need to troubleshoot the issue. You are not sure which Flow Run belongs to which List Item when you look into history.Power Automate
Well, here is what you can do a very simple fix.
https://us.flow.microsoft.com/manage/environments/a350b448-1715-4902-b205-6eb093843c01/flows/shared/.../08585988293506829939609720640CU118
Blue portion is straight link from Flow runs which is constant. Only dynamic piece here is the Red number that changes per flow run. In Order to get that number, use following expression within the flow…
concat(‘https://us.flow.microsoft.com/manage/environments/a350b448-1715-4902-b205-6eb093843c01/flows/shared/...;, workflow()[‘run’][‘name’])
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Read the latest about new experiences and capabilities in the Power Automate product blog.
If you are a small business ISV/Reseller, share your thoughts with our research team.
User | Count |
---|---|
26 | |
25 | |
22 | |
22 | |
12 |
User | Count |
---|---|
45 | |
33 | |
31 | |
31 | |
30 |