Fic.XTB.FlowExecutionHistory 1.2023.12.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package Fic.XTB.FlowExecutionHistory --version 1.2023.12.6                
NuGet\Install-Package Fic.XTB.FlowExecutionHistory -Version 1.2023.12.6                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Fic.XTB.FlowExecutionHistory" Version="1.2023.12.6" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fic.XTB.FlowExecutionHistory --version 1.2023.12.6                
#r "nuget: Fic.XTB.FlowExecutionHistory, 1.2023.12.6"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Fic.XTB.FlowExecutionHistory as a Cake Addin
#addin nuget:?package=Fic.XTB.FlowExecutionHistory&version=1.2023.12.6

// Install Fic.XTB.FlowExecutionHistory as a Cake Tool
#tool nuget:?package=Fic.XTB.FlowExecutionHistory&version=1.2023.12.6                

XrmToolBox tool that allows you to browse Power Automate flow runs by applying multiple filters including multiple flows at the same time.

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2024.6.4 3,036 6/17/2024
1.2024.6.2 387 6/11/2024
1.2024.4.12 1,608 4/25/2024
1.2024.4.8 245 4/24/2024
1.2024.4.7 117 4/24/2024
1.2024.4.6 1,034 4/3/2024
1.2024.4.4 137 4/3/2024
1.2024.4.2 125 4/3/2024
1.2024.2.12 1,501 2/27/2024
1.2024.2.9 144 2/27/2024
1.2024.2.2 456 2/21/2024
1.2024.1.4 1,282 1/12/2024
1.2024.1.2 609 1/4/2024
1.2023.12.6 433 12/27/2023
1.2023.12.4 286 12/21/2023
1.2023.11.7 1,551 11/16/2023
1.2023.11.5 213 11/15/2023
1.2023.11.2 414 11/9/2023
1.2023.10.22 830 10/27/2023
1.2023.10.21 424 10/24/2023
1.2023.10.20 160 10/24/2023
1.2023.10.13 864 10/11/2023
1.2023.10.8 289 10/10/2023
1.2023.10.6 271 10/9/2023
1.2023.9.35 752 9/28/2023
1.2023.9.34 173 9/27/2023
1.2023.9.32 219 9/26/2023
1.2023.9.30 278 9/24/2023
1.2023.9.27 211 9/22/2023
1.2023.9.26 169 9/22/2023
1.2023.9.23 168 9/22/2023
1.2023.9.22 195 9/21/2023
1.2023.9.20 161 9/21/2023
1.2023.9.17 227 9/20/2023
1.2023.9.14 211 9/19/2023
1.2023.9.13 151 9/19/2023
1.2023.9.11 211 9/18/2023
1.2023.9.7 156 9/18/2023
1.2023.9.5 182 9/18/2023
1.2023.9.4 146 9/18/2023
1.2023.9.3 209 9/17/2023
1.2021.7.1 145 9/17/2023

1.2023.12.6
- Fixed issue with flows without trigger outputs
1.2023.12.4
- Added filtering flows by solution
- Added caching for flow runs
- Fixed export to Excel/CSV
1.2023.11.7
- Fixed showing automated flows that are not Dataverse triggerd
1.2023.11.5
- Changed duration display string
- Added option to toggle friendly correlation IDs
1.2023.11.2
- Added additional fliters for flows
1.2023.10.20
- Added trigger output columns to the list
- Allowed filtering trigger outputs when more then one flow selected
- Added tooltip for overlowing flow names
- Expanded field dropdown when filtering trigger outputs
1.2023.10.12
- Added filtering flows by status
- Fixed resizing output triggers filter form
1.2023.10.8
- Fixed issue when comparing values in different case
1.2023.10.5
- Added filtering runs by trigger output values
- Added end date field to flow run
- Added search for trigger outputs form
1.2023.9.35
- Fixed issue when assigning colors to flows
1.2023.9.34
- Added select/unselect all flows option
- Added Cancelled status to filter
1.2023.9.32
- Added trigger otuputs for each flow run
- Fixed error details when flow fails with custom error
1.2023.9.30
- Added setting default browser and profile from connection settings
1.2023.9.26
- Changed manual login to use tenant ID
1.2023.9.23
- Added logging for exeptions on Power Automate API
1.2023.9.22
- Added initial version of settings
- Fixed date time filters and displaying local time
1.2023.9.20
- Added correlation ID
- Added coloring on flow for better visibility
1.2023.9.17
- Added export to Excel and CSV files
- Removed unnecesery refetching flow run error details
1.2023.9.13
- Added manual connect to Power Automate API
1.2023.9.11
- Added duration threshold filter
- Fetching flow runs in parallel
1.2023.9.6
- Added flow run error details on click of Failed status
1.2023.9.1
- Initial version of the tool released