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 |
Flow Extensions March Update
1. Dynamic Question can have default settings Version 1.1 of DynamicQuestion allows defaults to be set for each question, including the parent question. These default values can be a string or a Flow variable. Based on a request by JodieM. Get the new version here. 2. New MultiShim Flow Screen Component This simple little component […]
Adding Custom Images to Flow Screens and Overriding the “Next” and “Previous” buttons
So a VP asks me to build a Flow demo for him, and I do. But he wants it to have more visual sizzle. He even gives me a nice piece of stock photography, along with a version where the wheels are highlighted. So I built a little custom component and made a video. In […]
MultiShim, a new Flow Screen Component to let you pad your screen sizes
Was building a demo at Salesforce and the VP says, he says to me “can you do something about the black space that can be seen when you go from one flow screen to the next and the first screen is large and the next screen is really small?” And it occurred to me that […]
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 […]