Where Is This Used?

Overview

Where Is This Used? adds a button to the Salesforce Flow details page that scans the org for any references to the current Flow. Results are displayed in a modal showing where the Flow is used, what type of reference it is, and where in the org that reference lives.

Where it appears

The Where Is This Used? button is injected into the button bar on the Flow details page in Salesforce Setup.

What the feature does

  1. Adds a Where Is This Used? button to the Flow details page button bar.
  2. On click, resolves the API name of the current Flow.
  3. Scans active Flows, Quick Actions, Lightning Pages, LWC Components, and Buttons and Links for references to the current Flow.
  4. Displays a progress bar during the scan.
  5. Renders results in a modal table showing the name, type, reference type, and location of each match.
  6. Provides a Download CSV button to export results.

Reference types detected

Source Reference types
Flows Subflow, Screen Action, Action Button, Flow Action
Quick Actions Quick Action
Lightning Pages Lightning Page
LWC Components LWC Component
Buttons & Links Detail Button, List Button, Button / Link

Results modal

Each result row shows:

If the Flow is not referenced anywhere, the modal displays a confirmation message.

CSV export

When results are found, a Download CSV button appears in the modal footer. The exported file includes all columns from the results table and is named using the Flow label and the current date.

How to use it

  1. Navigate to a Flow’s details page in Salesforce Setup.
  2. Click the Where Is This Used? button in the page button bar.
  3. Wait for the scan to complete — a progress bar tracks the scan across each source type.
  4. Review the results in the modal.
  5. Optionally click Download CSV to export the results.

Notes and limitations