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 |
Preview Template-Driven Emails In Flow with Email Composer by Surendranadh Nune
This Email Composer component, available on AppExchange as an official Salesforce Labs package, is similar to the Send Rich Email action, but does a few unique things. It cleverly extracts the body text from an email template and displays it in the Flow screen, providing a preview mechanism. Commenters on the page report some challenges […]
A Flow Screen Component that plays sounds
Created by Yumi Ibrahimzade ABOUTThis is a Lightning Component that plays a sound effect. It can be used on Flow Screens and Lightning Pages. In order to play a sound, you have to upload the sound file as a Static Resource and then enter the name of the file to the “Sound File” parameter. INSTALLATION […]
Custom Logging in Flows
Have you ever wanted to add your own logging to your flows? I’m not talking about the system logs, but rather creating your own log entries at specific places in your flow.I’ve had a couple of instances, where I could really use this. Both for debugging as well as simply tracing whether an auto-launched flow […]
quickChoiceFSC Now Supports Images and Icons on Visual Cards
Check out the latest update to quickChoiceFSC. Now you can display both Icons and your own Images on the Visual Cards.
Update N Records in Flow Without a Loop by Jessie Rymph
Jessie Rymph from the blog https://unhandledsunshine.com/ has published a post showcasing two new invocable actions available on this site showing how to Update N Records in Flow Without a Loop