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 |
New Ways to Open Web Pages from Flow
The new OpenURL Flow Action allows a URL to be opened by your Flow. It runs everywhere, unlike the Load Web Page Flow Action. This action allows the URL to be opened in three modes: newTab: Opens in a new tab in the browser newPage: Opens in a new browser window replace: replaces the existing […]
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/