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

Get Great Multiselect with Dual List Box 2.0

We have a substantial update to the Dual List Box component. It is an enhanced version with custom property editor and requires a Summer ’20 org. The custom property editor make it easier to configure and highlights the four different types of data sources you can use: Check it out here.

Flow Masterclass: Create Declarative Flow Actions with Metaprogramming

Flow’s ability to directly use custom data types gives it the ability to work with data structured as apex objects. This is extremely powerful but still requires that the data structure exist in the form of an Apex Class. Usually that’s not a problem. But some interesting use cases involve the creation of lots of […]

Updates to Dedupe Record Collections Action & ExtractStringsFromCollection Action

Update 5/18/20 The ‘Dedupe Fields From Record Collection‘ action is being retired and the functionality is now being moved into the CollectionsProcessors ‘ExtractFieldsFromCollection’ action: Ragan Walker added several improvements to the action: Parameterizes dedupeValues functionality (defaults to true) You can now output to a comma-separated text variable instead of just a text collection variable Supports extracting + deduping […]

How to use ISCHANGED and PRIORVALUE in Before Save Flows by GORAV SETH

GORAV SETH demonstrates how you can use ISCHANGED and PRIORVALUE in Before Save FlowsCheck it out

Get Information About A Flow with GetFlowMetadata

The Automation Components repo that was published last week features a useful action that I don’t think I ever created a blog post for. GetFlowMetadata (what’s it’s called in the Automation Components repo) provides metadata about a Flow. Just provide it with a name OR a recordId and it returns: Install Install this from the […]