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

Developer Note: Retrieving Information About the Flows in an Org or About a Single Flow

While coding in Apex, you can use SOQL to retrieve information about the Flows in an organization. We touched on this while describing the Flow Picker, but never really focused on it. You can conduct SOQL on the FlowDefinitionView to get the data for a list view of flows. Once you have a particular flow […]

Introducing Flow Orchestrator

Visit Orchestrator Home Page At the online Dreamforce Keynote on December 2, Marc Benioff and Sarah Franklin introduced Einstein Automate, a new message that describes the full range of the Salesforce automation solution. Sarah’s area of ownership includes the Automation Services team that includes Flow, Next Best Action, Process Builder, Workflow Rules, and Approval Processes. […]

Custom Property Editors Now Have Access to ‘Upstream’ Automatic Outputs

Until now, if you built a Custom Property Editor and wanted to enable users to map upstream mergefields to various inputs of your CPE’s underlying action or screen component, you could only get access to manual variables. Salesforce in general is encouraging flow builders to move away from manual variables and let Flow handle things […]

Datatable Now Includes a Custom Property Editor

See this in action during DreamTX! Flow Builder Demos 12/17 (1PM, 2PM, 3PM Eastern Time) The Datatable Flow Screen Component has come a long ways from the original Aura component that included separate attributes for 10 different Salesforce objects in a single component. Once Salesforce supported the ability to pick the desired Object in the […]

2 New Posts on Processing JSON for Use in Flow

Munawirrahman has posted a useful new Flow Action package that takes a different, looser, more dynamic approach to getting data out of JSON for use in Flow. His action invites the user to simply list out the interesting keys, and he returns the extracted values. His approach allows for full penetration of nested data. UPDATE: […]