DynamicsNinja / FlowExecutionHistory

XrmToolBox tool that allows you to browse Power Automate flow runs by applying multiple filters including multiple flows at the same time.
MIT License
9 stars 0 forks source link

Request: see or filter on triggerbody values #5

Closed pmolensky closed 1 year ago

pmolensky commented 1 year ago

In the Microsoft flow history UI, you can select multiple columns to view in the listview. Is it possible to do something similar in FlowExecutionHistory? Not sure yet how it should look when selecting multiple flows, but being able to see the primary UID (when available) for the triggered record, can help debugging issues.

And/or being able to filter on this kind of info? Also not yet sure how it should look. customerid: aaaaa-0000-bbbbb? new_entityid: ccccc-1111-ddddd?

DynamicsNinja commented 1 year ago

I think that this will be really hard to achieve since you need to do a GET request per-flow run to get trigger body values which can explode when dealing with large datasets.