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

What’s new for Datatable and other UnofficialSF components

I’ve released a new version of the Datatable component (4.3.5). In addition to the Remove Row Action, I’ve added a new Standard Row Action and improved reactivity with a new single “Actioned Row” output.  When a row is “actioned”, you can fire off other reactive screen components like Flow Launcher or Screen Actions.  This lets […]

Base64 to File Converter – Convert Base64 Strings into Salesforce Files

Recently I created a Flow Component that extacts text from an image called Flow Document Scanner that Salesforce API used for the text extraction also outputs a Base64 string of the image file after extracting the text and I wanted a way to store that image as a file in Salesforce so I created the […]

Datatable with Row Actions calling a pop-up Screen Flow

The article discusses enhancing datatable row actions to launch screen flows for user interaction. The upgraded Flow Launcher allows passing records in and out, enabling users to edit fields not natively supported for inline editing. Key components and processing actions are outlined to facilitate these updates, enriching user experience and data management.

Screen Actions: The Final Piece of the Screen Flow Reactivity Journey

I thought I would take the time to do a writeup about Screen Actions just in case anybody has missed the latest innovation in Screen Flows. When my team started the journey to create more dynamic screen flows with reactivity, we knew that when we were done, we’d be unlocking a staggering amount of power […]

New Auto Navigate Component for Screen Flows

Have you ever wanted to have your screen flows automatically navigate to the next screen without needing the user to click a button? This new component is designed to be used on a Flow Screen to automatically navigate to the previous or next screen. The navigation is controlled by making the component conditionally visible so […]