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 Streamscript, a scripting environment that runs inside your flows
Very clever and creative stuff here. This package adds an action called Streamscript. When you add this action to your flow… …the custom property editor provides an elegant little script editor: Using this editor, it’s possible to set up powerful HTTP Callout and Webhook solutions. Here’s script that works with an incoming webhook from Github. […]
From Andre Tawalbeh: Tap into the Power of ChatGPT via Flow
You can enable users to make ChatGPT queries from within a screen flow: Andre writes: When at the end of 2022 ChatGPT became all the hype, I wondered what could be done with it when integrated with Salesforce? Could you unlock new ways CRM data would be utilized when an integration is done? What would […]
Developer Blog: LWC Best Practices for Screen Flows
Link: LWC Best Practices for Screen Flows Over on the official Salesforce Developer Blog the team published a critical addition to Salesforce’s compendium of best practices knowledge. While there’s plenty of articles out there that outline LWC best practices, very few talk about LWCs within screen flows.With the upcoming Reactive Screens effort going Beta (and […]
From Kevin Luptowski: Tips and Use Cases for Running Screen Flows in Slack
Kevin is arguably the world leader in integrating Flow and Slack! This post is dual-purpose: 1) to educate on how to make a screen flow available in slack and 2) to provide a downloadable example of a real world use case. This previous blog post (https://unofficialsf.com/running-screen-flows-in-slack/) provides exceptional detail into how Salesforce screen flows can […]
Working with Remote Site Settings
Some Flow extensions use Salesforce public API’s. They basically go out from your org, into the Internet, and then back into Salesforce. When they do this, they run into some of the web security that Salesforce uses to protect your org. These registrations are called Remote Site Setting. For API’s on the public surface of […]
