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

Convert Process Builder Processes to Flow Builder Flows

There’s a more recent, more powerful version of this app here. Starting with Summer ’20, some Process Builder processes (which are technically Flows with process type ‘Workflow) can be converted to Flows of process type ‘Autolaunched’. The new flow shows up in Flow Builder and takes advantage of the new Record Change trigger that Flow […]

Flow and Process Builder List View with Batch Delete

See this post for the latest version of this Application. It has been refactored to use the most recent versions of the prerequisite components. Eric Smith 11/5/2022 Flow and Process Builder List View with Batch Delete I’ve been following a couple of ideas on the Idea Exchange for a while now.  One has over 11,000 points and 13 […]

Tutorial: Check field and system permissions in screen flows when using System Context using ExecuteSOQL

With the advent of System-context screen flows I can’t help but think of the famous phrase ‘With great power comes great responsibility’. When running screen flows in system context, you could inadvertently grant Read or Edit access to a critical system field to the wrong audience. Let’s say you wanted to do some cool stuff […]

Retrieve and Deploy Metadata with Flow using Transfer Metadata as a Screen Component

The Transfer Metadata component will retrieve or deploy a single piece of metadata to the org that the Flow is running on. It’s designed as a Flow Screen Component. Provide it the name of the metadata type (“Flow”) and the name of item (“MyFlowApiName”) and it will return the metadata as a zip file. From […]

datatableV2 for Summer ’20 Updated!

For the latest on the Datatable component, please go here: Datatable – Lightning Web Component for Flow Screens I have posted my official version of the datatable component for Summer ’20 orgs. Check out the Product Page for updated instructions, new see-it-in-action VIDEOS and links for installation and source code. datatableV2 is a Flow Screen Component […]