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

Import Data from CSV Files Using Salesforce Flow

You can now upload CSV data and turn it into Salesforce records with just a couple of Flow elements. This action is based on original work by Narender Singh, plus nice new improvements by Hijlko and Suraj Pillai. (Interested in exporting records to CSV? Check that out here) (Need a version of CSV import that […]

Quick Choice v1.4 – Help Text, New Record Detail, Bug Fixes

QuickChoice is an improved Picklist and Radio Buttons component for Flow screesn. V1.4 includes the following improvements: Every attribute now has help text available to make it easier when you are configuring the component for a flow screen The install packages now include the latest (v1.5) of the Record Detail FSC A bug has been squashed […]

Quick Choice V1.3: New Outputs, a Test Class Fix

QuickChoice is an improved Picklist and Radio Buttons component for Flow screesn. V1.3 includes the following improvements: The test class utility MockHTTPResponseGenerator was renamed to eliminate conflicts with existing installations that use this utility New Output Attributes: allValues and allLabels New Output Attribute: selectedLabel allValues and allLabels These are two new string collection output attributes. […]

Execute SOQL V1.2: Handles Flow Dates Properly and works with Flow Schedule and Record Change Triggers

The Execute SOQL action takes a SOQL string and executes the query, returning the records that you specify. It comes packaged with a graphical SOQL Builder component that you can add to a flow screen to let your users create their own queries at runtime. New for V1.2 Previously if you tried to pass a […]

PREVIEW: Using Dynamic Types with Flow Screen Components

NOTE: This functionality requires a Summer ’20 org. (To sign up for prerelease Summer ’20 orgs, watch here for the link that will be made available). In Spring ’20, Flow added to its invocable action support the ability to use input and output attributes with generic types of SObject or SObject[]. This allows for the […]