Site icon UnofficialSF

Flow Home

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

Easy SOSL Searching with ‘Search with Apex’ from GravityLab

The community has done some great work bringing SOQL tools to Flow, but this recently published action from GravityLab demonstrates how you can use the recently shipped dynamic SObject support to allow for the first time, record searches in flow to leverage the same search Salesforce offers in the Omnisearch bar, complete with fuzzy logic […]

Mix Callouts with Scheduled Flows with the Updated Launch Flow Dynamically

Many invocable actions make web callouts to endpoints via HTTP. However, Salesforce won’t allow callouts when a transaction is open. So if you want to make a callout in your flow, you need to make sure that any open transactions are closed. The recently added Scheduled Flows feature always opens a transaction when the schedule […]

Action Updates: RecordDetail V1.6, Execute SOQL V1.3.1 Collection Processors V1.15

RecordDetail 1.6 gets a bug fix related to record type and view mode Execute SOQL 1.3.1 gets fuller support for nested related queries: Primary Fix:Update regex for SOQL query string to to handled nested relationship queries after the WHERE clause; The code will first check to see if one of those queries exists and if […]

New Collection Action: DeepClone

It’s not very hard to clone a collection of records in Flow. You’ve been able to do it in Assignment node for a couple of years, and the Copy Collection action in Collection Processors is extremely efficient. A lot of cloning, however, requires that child/related records get handled as well. This new DeepClone action can […]

Easy Export of Records to CSV, Courtesy of Narender Singh

Back on March 31, we put out the first Chance for Glory Narender Singh responded quickly with a great action that takes uploaded CSV data and converts it to records in Flow. A few commenters note how useful it would be to be able to go in the other direction, and Narender has written a […]

Exit mobile version
Skip to toolbar