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 |
Learn Flow |
Extend Flow
|
Developing for Flow |
Community |
Flow on the Idea Exchange |
Lookup, a Flow Screen Component
This component has been superseded by this one: https://unofficialsf.com/lookup/ Watch the old Video. Go get this component
A Useful SFDX Login Script
Once you have headless SFDX auth working in your development environment, you can start to leverage it by building build automation. Here’s a simple script I’m using to bootstrap my SFDX environment. I run it every time I start up a new session: #!/bin/bash -xecho “Starting Dev Environment” if [[ $# -eq 0 ]] ; then echo ‘you […]
Dependent Picklists, a Flow Screen Component
NOTE: This component is basically obsolete. Flow now includes a dependent picklist as an official component. You should have a good reason to bother dealing with the community component, which paved the way and served nobly, but is now deservedly retired. Watch the Video . Get the Source Code . Go get this component (not […]
Adding Flow Screen Components to a Screen
A growing set of powerful yet easy-to-use screen components are available to Flow users. I wanted to provide a little documentation for how screen components are added to screens. Once your org is updated to Spring ’18 or later, you’ll find a new Lightning Components choice at the bottom of your list of screen controls […]
Dynamic Questions in Lightning Flow
It’s now possible to create dynamic questions, where child questions appear and disappear based on the selection made in the parent question. Here’s a video that demonstrates just a few of the useful things you can do with dynamic questions. The implementation of dynamic questions takes advantage of Lightning Flow’s new ability, as of Spring […]
