FlowFinder 1.2026.4.15

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package FlowFinder --version 1.2026.4.15
                    
NuGet\Install-Package FlowFinder -Version 1.2026.4.15
                    
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="FlowFinder" Version="1.2026.4.15" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FlowFinder" Version="1.2026.4.15" />
                    
Directory.Packages.props
<PackageReference Include="FlowFinder" />
                    
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 FlowFinder --version 1.2026.4.15
                    
#r "nuget: FlowFinder, 1.2026.4.15"
                    
#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 FlowFinder@1.2026.4.15
                    
#: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=FlowFinder&version=1.2026.4.15
                    
Install as a Cake Addin
#tool nuget:?package=FlowFinder&version=1.2026.4.15
                    
Install as a Cake Tool

Flow Finder

Find, inspect and manage Power Automate cloud flows across solutions.

Flow Finder is a utility for XrmToolBox / Power Platform administrators that helps locate which solutions contain specific cloud flows and perform management tasks such as updating co-owners, modifying solution membership, filtering results and exporting flow inventories to CSV.

Highlights / Features

  • Quickly find the solutions that contain a given cloud flow
  • Update flow co-owners in bulk
  • Add or remove flows from solutions (update solutions)
  • Filter results by solution name
  • Hide / show flows that are in managed solutions
  • Export flow inventory to CSV for reporting or auditing

Requirements

  • .NET Framework 4.8
  • XrmToolBox (or any host that can load FlowFinder.dll)
  • A Power Platform environment with sufficient privileges to view and update flows/co-owners

Usage

  1. Start XrmToolBox and connect to a Power Platform environment with administrative privileges.
  2. Open the Flow Finder tool.
  3. Select flows and use the available actions to:
    • Update Co-owners
    • Update Solutions (add/remove from solutions)
    • Toggle visibility of flows in managed solutions in the list of flows
    • Export the displayed results to CSV

Typical CSV export fields

  • Flow Name
  • Description
  • Solution Name(s)
  • Co-Owners
  • Triggering Source
  • Triggering Table

License

  • MIT (see FlowFinder.nuspec for package metadata)

Contributing

Changelog (v1.2026.4.15)

  • New: View Schema button — select any flow and click "View Schema" to inspect the full JSON definition (triggers, actions, connection references) in a dialog. Includes a Copy to Clipboard button.

  • Fix: Co-owners added or removed were reappearing after a full reload. The principalobjectaccess query now filters out rows where accessrightsmask = 0, which previously caused revoked co-owners to persist.

  • Fix: Loading animation froze while flows were loading. Grid data binding is now performed off the UI thread.

  • Fix: GDI font handle leak — the bold font used for conditional row formatting is now properly disposed.

  • Fix: Close button on dialogs was accessible during background operations, which could cause errors if clicked mid-load.

  • Improvement: All labels, buttons and dialogs now consistently use "Co-Owners" capitalisation.

  • Improvement: Large environments are now handled more reliably — Dataverse queries are paged (up to 5,000 records per page) and IN clauses are automatically chunked into batches of ≤500.

  • Improvement: Solution and Co-Owner dialogs now load data asynchronously on open, keeping the UI responsive.

  • New: Added clickable link to open a flow from "Link to flow" column

  • New: ICON UPDATE - Thanks to Cooky for the new icon design! Icons from Lizel Arina & kliwir art at flaticon.com

  • New: Added current status of flow, active, inactive, suspended. Thanks to Amine Debba for this suggestion.

  • Fix: Issue where conditional formatting disappeared after filtering the grid.

Changelog (v1.2025.12.22)

  • New: "Triggering Entity" column renamed to "Triggering Table". - Thanks Cooky!
  • New: "Show/Hide Managed" button now also filters the solutions dropdown. - Thanks Cooky!
  • Fix: Resolved an issue where management buttons became unresponsive after filtering the grid.- Thanks Andrew!
  • Improvement: Enhanced exception handling with more detailed logging.

Changelog (Initial release)

  • Initial release includes the ability to:
    • Find the solutions a flow is within
    • Update the Co-owners
    • Update the Solutions
    • Filter based on Solution
    • Export Flows to a CSV file
    • Hide/show flows in managed solutions

Contact / Links

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

This package has no dependencies.

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

v1.2026.4.15

- New: View Schema button — inspect a flow's full JSON definition (triggers, actions, connection references) in a dialog with Copy to Clipboard.
- Fix: Revoked co-owners reappearing after full reload (accessrightsmask filter added to POA query).
- Fix: Loading animation freeze — grid data binding moved off UI thread.
- Fix: GDI font handle leak on bold row formatting.
- Fix: Close button accessible mid-load on management dialogs.
- Improvement: Consistent "Co-Owners" capitalisation throughout.
- Improvement: Dataverse queries now paged (5,000/page) and IN clauses chunked (≤500) for large environments.
- Improvement: Solution and Co-Owner dialogs load data asynchronously.