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
10 stars 0 forks source link

Enhancement - Column to show the Error Failures for failed runs #18

Closed mustaqueali closed 9 months ago

mustaqueali commented 9 months ago

Currently had to open each flow individually to check for the failures. Instead can an additional column be shown displaying the "Error Details"

image

image

DynamicsNinja commented 9 months ago

That was on my mind for a while, but I didn't get much love from my side since it requires additional API calls per failed flow to get the details.

It's the best idea to add an option to toggle the error details column if needed and if it's not needed it should stay hidden so the fetch for flow runs executes faster.

mustaqueali commented 9 months ago

Hi @DynamicsNinja

Can we set the Error Detail column display based only on the Status like

  1. 'Failed' Status - show the column by default.
  2. All and Others Statuses - we can hide it and we don't have to show the column to avoid additional API Calls.

image

DynamicsNinja commented 9 months ago

The toggle for showing the error column can be found in the settings dialog.

image

mustaqueali commented 9 months ago

Great @DynamicsNinja. Let me review this and let you know! Thank you again.

mustaqueali commented 9 months ago

This is really helpful @DynamicsNinja. Thank you for implementing it. I had an issue few times primarily when searching for a longer duration for multiple flows and raised a separate ticket. Thank you.