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

Display a Picklist of Flow Names with the FlowList Control

FlowListFSC is a specialized combo box that you can drop into any flow screen. It displays a list of all of your flows, and can be configured to show just the active ones. NEW: flowPickerFSC Version 1.3 now offers additional functionality View Source (flowListFSC v1.1) Install 1.1 (unmanaged) I built FlowCombo because I’ve been exploring […]

How to do more with Custom Permissions in Salesforce Lightning Flows by Scott McClung

https://www.linkedin.com/pulse/how-do-more-custom-permissions-salesforce-lightning-flows-mcclung/

DualListBox Flow Screen Component

This component surfaces the dual listbox in flow screens. It allows for multiple selection and returns the selected values either as a comma-separated list or (more usefully) as a collection of strings that can be looped over. This is an installable component and is not the same as the built-in Multiselect Picklist, which looks like […]