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

Enter

Learn Flow

Extend Flow

Developing for Flow

Enter

 Community

The UnofficialSF Discussion Forum

 Flow on the Idea Exchange

Privacy Policy

Terms and Conditions

Using Flow to Retrieve Google Calendar Events and create a great Alerter App

I tend to get distracted and either miss or forget the meeting alerts that Google Calendar generates, and recent changes to Mac OS notification have made the problem worse, so I decided to build a louder, more insistent alerting application using Flow. When the flow runs, it queries my Google Calendar account every minute, and […]

From Andy Haas: Trigger Screen Flows with Record Changes using ‘Detect and Launch’

Some while back, the Detect and Launch component opened up a new frontier by making it possible to pop a screen flow from a record page automatically when the record is edited or deleted. Andy Haas has extended this component with some valuable new capabilities. Previously, you could pop a screen flow either 1) when […]

Using Google Data in Flows – Authenticating to Google from Salesforce

We recently built a GetGoogleCalendarEvents invocable action to enable a fun and useful Alerter app based on Flow. To enable a flow to retrieve Google calendar events from a flow, it’s necessary to create a authenticated Named Credential in your org. Here’s an updated walkthrough on how to do that. Thanks are due to this […]

Automatically Finish and Navigate Screen Flows with Flow Auto Navigate

created by Josh Dayment Flow Auto Navigate is a great way to auto-advance or finish a screen flow after a set amount of time. I have seen several posts in various Trailblazer groups or various Slack workspaces where admins have asked if there is a way to automatically complete a screen flow if a user […]

Latest Update for Datatable addresses some new bugs from Winter ’23

The Winter ’23 Salesforce release caused a few bugs to pop up in the Datatable component. Those along with a few others have been addressed in the latest (4.0.9) release. Get correct clickable links for LWR Experience Sites Fixed intermittant error with isDisableSuppressBottomBar Winter 23 – Fixed clickable links while running in the Flow Builder […]