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
Flow Knowledge- Wiki
NEW! Flow Orchestrator
Flow Wiki |
Learn Flow |
Extend Flow
|
Developing for Flow |
|
Flow on the Idea Exchange |
Winter ’20 Flow Preview by Brian Kwong
Good analysis of some of the new features: https://thewizardnews.com/2019/09/12/7-winter-20-lightning-flow-builder-features/?utm_source=trailblazer&utm_medium=social&utm_campaign=WizardApprentice
Send Rich Email (Send HTML Email Action)
This action has been updated. See the new version here.
Submitting multiple records to Flows by https://xbaf.com
The admins at https://www.xbaf.com wrote a blog on how you can create a list button that launches a flow and pass the selected record ids to be processed by the flow using an undocumented flow variable
How to validate custom Flow screen components in Flows by Narender Singh
Narender Singh form https://forcepanda.wordpress.com posted a series of blogs on how to add validation to custom flow screen components: Part 1 https://forcepanda.wordpress.com/2019/07/09/how-to-validate-custom-flow-screen-components-in-flows-part-1/ Part 2 https://forcepanda.wordpress.com/2019/07/11/retain-input-values-while-validating-custom-flow-screen-lightning-components-part-2/ Part 3 https://forcepanda.wordpress.com/2019/07/12/adding-validation-errors-on-individual-inputs-in-custom-flow-screen-components-part-3/
The Official Lookup Component
Flow now has a Lookup Component. This component includes type-ahead search, and a list of recently chosen records. Here are the input parameters that you can pass in to it: You configure it by pointing it at an existing Lookup field using the Object API Name and Field API Name fields. If you want to […]