FlowRunFinder 1.0.1

dotnet add package FlowRunFinder --version 1.0.1
                    
NuGet\Install-Package FlowRunFinder -Version 1.0.1
                    
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="FlowRunFinder" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FlowRunFinder" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="FlowRunFinder" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FlowRunFinder --version 1.0.1
                    
#r "nuget: FlowRunFinder, 1.0.1"
                    
#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.
#:package FlowRunFinder@1.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FlowRunFinder&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=FlowRunFinder&version=1.0.1
                    
Install as a Cake Tool

Flow Run Finder

An XrmToolBox plugin that lets you filter Power Automate cloud flow runs by date and time, and navigate directly to any run in the Power Automate portal with a single click.


Features

  • Filter by date/time range — query flow runs across any time window, not just the default 28-day view in Power Automate
  • Single flow or All Flows mode — search runs for a specific flow, or scan across every flow in the environment
  • Live flow search — type to filter the flow list as you go
  • Deep-link navigation — click any run to open it directly in the Power Automate portal
  • Add Columns — fetch trigger output fields (e.g. Case Number, Subject) from the PA REST API and display them as extra columns in the results grid
  • Delete runs — select one or more runs and delete them via the Power Automate REST API
  • Silent authentication — signs in once via a browser prompt, then caches the token (DPAPI-encrypted) so subsequent sessions need no interaction
  • Auto-detect environment ID — resolves the correct Power Platform environment GUID automatically from your Dataverse connection

Installation

  1. Open XrmToolBox
  2. Click Plugin Store in the toolbar
  3. Search for Flow Run Finder
  4. Click Install
  5. Restart XrmToolBox

Usage

  1. Connect XrmToolBox to your Dataverse / Dynamics 365 environment as normal
  2. Open Flow Run Finder from the plugin list
  3. Click Reload Flows to load all cloud flows from the environment
  4. Select a flow from the dropdown (or leave it blank to search all flows)
  5. Set a From and To date/time range
  6. Click Find Runs
  7. Click any row to open that run directly in Power Automate

Add Columns

Click Add Columns after results load to fetch trigger output data (e.g. fields from a Dataverse record that triggered the flow) and display them as additional columns in the grid.

Delete Runs

Check the rows you want to remove and click Delete Selected. Deletion uses the Power Automate REST API.


Requirements

  • XrmToolBox v1.2025.10.74 or later
  • A Power Automate / Power Platform environment connected via XrmToolBox
  • Internet access for the Power Automate REST API and first-time authentication

Authentication

The plugin uses MSAL with the Azure PowerShell public client ID — a Microsoft-managed app registration that is pre-approved in all tenants and requires no admin consent.

On first use you will be prompted to sign in via a browser window. After that, the token is cached in %LOCALAPPDATA%\FlowRunFinder\msalcache.dat (DPAPI-encrypted, per-user) and silently refreshed on subsequent sessions.

To force re-authentication, delete %LOCALAPPDATA%\FlowRunFinder\msalcache.dat.


License

MIT — see LICENSE

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  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.0.1 173 5/18/2026
1.0.0 94 5/18/2026

Add package icon and embedded README.