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 |
From James Barker: Using Flows with Prompt Builder
The Interaction Between Flows & Prompts Late last year, Salesforce announced Prompt Builder. Prompts are the mediums that are used to communicate with the large language models (LLM) such as ChatGPT from OpenAI. Prompt Builder gives Salesforce Admins the capability to create, test, revise, customize, and manage prompt templates ensuring high quality outputs that are […]
Updates to Flow Flex Cards
You can now choose the field used in the card name and add specific field styling to card headers. I’ve updated the Custom Property Editor with more help text in the banner help and reorganized some sections. Also huge shout out to Brian Paul with an update to the actions that will update the cards […]
From Tim Schug – Barcode Scanning Now Supports Reactivity
Version 1.2 adds screen reactivity. Learn more here.
New Datatable Features
The new v4.2.0 release of Datatable is now available! Updates The newest feature is Pagination. You can now specify how many records to show at a time and allow the user to page back and forth through the table. A reactive Table Header is another new addition to this release. You can use a Text […]
Convert Text to Base64 Invocable Flow Action
Convert Text to Base64 Invocable Flow Action Created by Eric Smith This Post was most recently updated on: 4/7/24Current Version: 1.0.0 Recently I was trying to convert a JavaScript button from Salesforce Classic to Lightning that was designed to take the user to an external link for the DocuWare application. JavaScript Button window.open(‘https://ami.docuware.cloud:443/DocuWare/Platform/WebClient/3024/Integration?p=RLV&rl=98c8d544-9b8a-48f0-b8a7-c8287d509e5f&fc=3f857eb7-7752-4aea-afdf-5c29a5843515&q=’+btoa(‘%5BFIELD_10%5D = “{!Case.CaseNumber}”‘)); Normally, for this […]
