FlowRunFinder 1.0.1
dotnet add package FlowRunFinder --version 1.0.1
NuGet\Install-Package FlowRunFinder -Version 1.0.1
<PackageReference Include="FlowRunFinder" Version="1.0.1" />
<PackageVersion Include="FlowRunFinder" Version="1.0.1" />
<PackageReference Include="FlowRunFinder" />
paket add FlowRunFinder --version 1.0.1
#r "nuget: FlowRunFinder, 1.0.1"
#:package FlowRunFinder@1.0.1
#addin nuget:?package=FlowRunFinder&version=1.0.1
#tool nuget:?package=FlowRunFinder&version=1.0.1
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
- Open XrmToolBox
- Click Plugin Store in the toolbar
- Search for Flow Run Finder
- Click Install
- Restart XrmToolBox
Usage
- Connect XrmToolBox to your Dataverse / Dynamics 365 environment as normal
- Open Flow Run Finder from the plugin list
- Click Reload Flows to load all cloud flows from the environment
- Select a flow from the dropdown (or leave it blank to search all flows)
- Set a From and To date/time range
- Click Find Runs
- 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 | Versions 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. |
-
- XrmToolBox (>= 1.2025.10.74)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Add package icon and embedded README.