Flow List Search

Overview

Flow List Search enhances the Salesforce Setup Flows page by adding a search and filtering toolbar above the Flow list.

The feature is designed to make it easier to find specific Flows in larger orgs by allowing users to:

Flow List Search Module

Where it appears

Flow List Search is intended for the Salesforce Setup Flows page:

https://{org}.salesforce-setup.com/lightning/setup/Flows/home

The feature waits for the Flow list view table to load, then injects its toolbar into the page header area or list view container.

What the feature does

Flow List Search currently provides the following functionality:

  1. Waits for the Salesforce Flow list to render.
  2. Injects a search input above the list.
  3. Injects Status and Type filter dropdowns.
  4. On first interaction, automatically scrolls the list to force Salesforce to load all lazily rendered rows.
  5. Indexes the available Flow rows for searching and filtering.
  6. Searches using Flow label and Flow API name.
  7. Filters results by status and Flow type.
  8. Displays a count showing matching Flows versus the total indexed Flows.

Search behaviour

The search input is designed to help locate Flows quickly using text-based matching.

Current behaviour includes:

The placeholder text shown in the search box is:

Search by label or API name…

Flow List Search Results

Filters

Status filter

The Status filter currently supports:

Status values are normalized internally so both checkbox-style values and textual active/inactive values can be handled consistently.

Flow List Search Status Filter

Type filter

The Type filter is populated dynamically from the Flows currently indexed in the list.

Type labels are mapped into more user-friendly display values where possible. Examples include:

Flow List Search Flow Type Filter

Lazy-loading support

To improve search accuracy, Flow List Search attempts to load all rows before applying full indexing and filtering. On first focus, input, or filter interaction, the feature automatically scrolls the Flow list container to the bottom and waits for row counts to stabilise before returning to the top.

Count and clear behaviour

The toolbar shows a count label to help the user understand the current result set. The toolbar also includes a Clear button, which clears the search term, resets all filters, and returns focus to the search box.

Keyboard shortcut

How to use it

  1. Open the Salesforce Setup Flows page.
  2. Wait for the Flow list to load.
  3. Use the search box to enter part of a Flow label or API name.
  4. Optionally apply a Status or Type filter.
  5. Review the filtered list and count label.
  6. Use Clear to reset the toolbar state.

Notes and limitations