Welcome to the unofficial source of resources for Salesforce’s Flow product. Here, members of the community seek to provide a starting point for all useful Flow information.

Note that this is NOT an official Salesforce website and that some of the content available here is not official Salesforce-supported technology.

Installable Flow Screen Components

Installable Flow Actions

Installable Flow Base Packs


Flow Knowledge- Wiki

Flow Orchestration


Flow Wiki

Enter

Learn Flow

Extend Flow

Developing for Flow

Enter

 Community

The UnofficialSF Discussion Forum

 Flow on the Idea Exchange

Privacy Policy

Terms and Conditions

That was Quick – New Datatable v4.3.4

While running some tests with my latest version of the Datatable component, I came across an interesting inconsistency in how sorting is handled in flow. Salesforce List Views, sorting in flow elements like Get Records and sorting in a SOQL query in DataFetcher provide case insensitive sorting for text based fields. Example: AbCdE However, the […]

A new version of Datatable has been released (v4.3.3)

I have released a new version (4.3.3) of the Datatable component that adds a new feature and squashes some outstanding bugs. The latest addition lets you specify column filters that will match records with blank values in the filtered column. T Also, the number of characters required in the Search Term box before the search […]

From Phil Ryan: Combine Direct Access Path Header with Reactive Screens

P Check out Phil’s powerful combination of recent Flow technologies. He even uses AI to modify old open source code!

Datatable Winter ’25 Update

The latest iteration of the Winter ’25 release introduced a change in how columns set to flex to the width of the container behave. The new version 4.3.1 of the Datatable component should now correctly handle flex columns in Winter ’25 orgs. Notes: I’ve added a new behavior for column headers in this release of […]

New Flow Action to Check for Blank Fields

Elliot Hebert, an Application Architect at RafterOne, has simplified record validation with a new action to check if a record has any blank field values from a list of field API names that you provide to the component. Find out more about this new invocable flow action here.