Would it not be good if you could search run through all the output from actions in your flow runs?
You could implement something like I use in my Try Catch flows and described in Which Microsoft Flow ran on my item? post. In this post I generate the run url for a specific flow run and store this with a list item or another data base.
There is an alternative way.
When you look at your flow and a list of Flow runs is displayed it can be difficult to identify the right one.
If you now click on the All runs link.
You can export all the flow runs to a csv file.
When you open this csv in excel.
Then you will find the Power Automate Flow runs’ Urls, the error with which the flow failed. But that is not all. Every bit of output from each action is listed in this csv file. This now means that you can search for specific text. e.g. a username. Then find the relevant run url and you can then look at the run of the flow that you are interested in.
Is there a difference between calling Microsoft Graph Endpoints using an HTTP action or creating…
Last week Shane Young asked me about calculating the Sum for a SharePoint column in…
In Power Apps when you do a Patch to create a new item or to…
Getting started with adaptive cards can be difficult. In this post i have written some…
In this post I will look at how to create PDF documents from data. Use…
We all know this problem, you have a nested array in Power Automate but how…