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 |
Datatable with Row Actions calling a pop-up Screen Flow
The article discusses enhancing datatable row actions to launch screen flows for user interaction. The upgraded Flow Launcher allows passing records in and out, enabling users to edit fields not natively supported for inline editing. Key components and processing actions are outlined to facilitate these updates, enriching user experience and data management.
Screen Actions: The Final Piece of the Screen Flow Reactivity Journey
I thought I would take the time to do a writeup about Screen Actions just in case anybody has missed the latest innovation in Screen Flows. When my team started the journey to create more dynamic screen flows with reactivity, we knew that when we were done, we’d be unlocking a staggering amount of power […]
New Auto Navigate Component for Screen Flows
Have you ever wanted to have your screen flows automatically navigate to the next screen without needing the user to click a button? This new component is designed to be used on a Flow Screen to automatically navigate to the previous or next screen. The navigation is controlled by making the component conditionally visible so […]
That was Quick – New Datatable v4.3.4
While running some tests with my latest version of the Datatable component, I came across an interesting inconsistency in how sorting is handled in flow. Salesforce List Views, sorting in flow elements like Get Records and sorting in a SOQL query in DataFetcher provide case insensitive sorting for text based fields. Example: AbCdE However, the […]
A new version of Datatable has been released (v4.3.3)
I have released a new version (4.3.3) of the Datatable component that adds a new feature and squashes some outstanding bugs. The latest addition lets you specify column filters that will match records with blank values in the filtered column. T Also, the number of characters required in the Search Term box before the search […]
