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

How to launch Flows from Your Own Lightning Web Component

Target Persona: Developer If you’re working in Aura, you can insert the lighting:flow component. This is the same component that you can insert into pages in App Builder. However, Salesforce has not yet made lightning:flow available in LWC. Because LWC does not allow the embedding of Aura components, you can’t just add the lightning:flow component […]

A Big Honor For UnofficialSF: Some of Our Components Just Got ‘Officialized’!

As you can see from this new post from Salesforce evangelism, Salesforce has officially recognized the work being done by the Flowhana, and in particular by Eric Smith (Quick Choice), Chris Van Der Merwe (Calculate Business Hours), David Entremont (Save Records Async), Enrico Murru (Evaluate Formula), and Andrii Kraiev (many of the actions). I worked with Philippe Ozil […]

Convert Records to a CSV File

Original work done by Ragan Walker and Adam White with additional credit due to Narender Singh’s ‘Create Records from CSV‘ action and CapTech Consulting. This was built this to fully utilize some of UnofficialSF’s awesome custom actions like ExcecuteSOQL, Send Rich Text Email, and Get Field Names from a Layout. Video There’s a video showing […]

The SOQL Wins Keep Coming: Execute SOQL action now supports date literals and ID literals

With version 1.3.2 of Execute SOQL, you can now pass in queries like these in your Flow and get back records: SELECT LastName from Contact WHERE Id = ‘1123xxx333e3e’ Query on date literal:SELECT Id from Contact WHERE CreatedDate = LAST_n_DAYS:14 Kudos to new contributor Ragan Walker, part of the impressive operation at Captech Consulting. Keep […]