UnofficialSF introduces radical new highlighting scheme
/11 Comments/in Flow/by Alex EdelsteinSometimes, one person can change the world. And in this case, that one person is Brian Doogan, who wrote:

Now, some might call this harsh criticism. But here at UnofficialSF, we share the Salesforce enthusiasm for honest, true conversations and real feedback. So we took it to heart and innovated this dramatic new ‘blue’ selection technology:

Of course, doing this kind of advanced work increases the cost of maintaining UnofficialSF, so starting immediately, we’ll be charging $1/day via anonymous bitcoin for access to the site. Address any concerns on that front to Brian, whose email we have conveniently provided above.
Flow Base Components 1.2 Upgrade: Now with Transfer Metadata
/0 Comments/in Flow/by Alex EdelsteinFlow Base Components is a package that will contain components shared among other Flow components. By enabling them all to share a single set of core components, we can dramatically reduce upgrade conflicts.
In version 1.2, Flow Base Components gains:
Flow Base Components already contains:
- Expression Builder
- Formula Builder
- Flow Combobox
- Pick Object and Field
If you’re not a developer, then you’ll encounter Flow Base Components as a prerequisite when you’re trying to install something else, looking like this:

Flow on the Idea Exchange
/0 Comments/in Flow/by Eric SmithCheck out the new links on the Flow Home Page for Flow ideas on the Idea Exchange.
Convert Date to Datetime Flow Action
/0 Comments/in Flow/by Eric SmithCheck out the new Flow Action that can be used to create/convert a Datetime value in your local Timezone.
New Enhancements for Dual List Box
/8 Comments/in Flow/by Eric SmithSometimes small changes can make a big difference. I’m creating a Configuration Helper for my Datatable component and I want the Admin to be able to select a group of fields from a list of all of the fields on an Object. The Dual List Box Flow Screen Component is perfect for this because it can be combined with the Get Field Definitions component that is included in the new Actions Base Pack.
The only problem with this list is that even though all the fields are shown, they are not in any particular order. I updated the component to allow you to specify a parameter to sort the list of fields. The options include sorting by the field label or by the field value (API Name).
This component has also received a nice Summer ’20 update with the inclusion of a CPE (Custom Property Editor).
Now my selection list for the Object fields is sorted and much easier to use.
Crazy Amounts of Flow Scheduling via the Schedule-o-matic 9000 by David Cohen
/3 Comments/in Flow/by Alex EdelsteinA powerful new scheduler with a very entertaining documentation and intro video. Has some similarities to Mass Action Scheduler and works with Apex as well as with Flow. Check it out!

Better Call Scripting with AgentScript Flow Screen Component
/0 Comments/in Flow/by Alex EdelsteinAgentScript provides a way to add high visibility script blocks to your flow screens. Check it out!

Build Tests Automatically with Flow Test Builder
/0 Comments/in Flow/by Alex EdelsteinThis extension includes a flow that will generate Apex test classes for a selected target flow. A good example and use case is shown in this video:
Autolaunched Flows can be launched via a REST or Apex call. That means that you can create tests that invoke the flows, passing in specified inputs, and inspect the outputs from the Flow to see if it’s returning the expected result.
This Flow Autotest package installs a flow called Flow Test Generator. When you run it, you’re asked first if you want to Add, Edit or Delete a FlowTest. FlowTest is a Custom Object that stores the information specific to one test and its assertions:

Creating a new test involves first selecting the target flow, which must be an Autolaunched flow:

For each test, configure the desired combination of flow input values:

Then define the tests you want to run on the resulting flow output values:

The test class will then be generated. At this time, you have to add it manually to your org using Developer Console.


Install
Prerequisite: This app requires Flow Actions Base Pack (v3.11+) and Flow Screen Components Base Pack (3.0.18+). You can install them here.
2/26 V3.0 Production Sandbox – Works with V3 Action and Screen Components Base Pack versions.
Source Code
Old Versions
Version 1.0.2 Unlocked 9/3/21
- Create a Next Best Action Employee App – Part 2June 30, 2020 - 3:20 pm
- Create A Next Best Action Employee App- Part 1June 30, 2020 - 3:19 pm
- Adding Lightning Web Components to Flow ScreensOctober 21, 2019 - 7:45 am
- The Top 10 Things You Want to Know About the New Flow B...February 11, 2019 - 5:36 pm
- Salesforce Einstein Next Best Action “Getting Started”...February 3, 2019 - 2:34 am
- Send Rich Email (Send HTML Email Action)September 12, 2019 - 4:15 pm
- Quick Choice – Improved Picklists and Radio Buttons...December 25, 2019 - 12:57 pm
- Collection Processors for Flow (Sort, Filter, Find, Join,...December 17, 2019 - 12:18 am
- Send Richer Email with the ‘Send Better Email’...August 11, 2020 - 10:23 am
- Create a Next Best Action Employee App – Part 2June 30, 2020 - 3:20 pm
- Create A Next Best Action Employee App- Part 1June 30, 2020 - 3:19 pm
- Adding Lightning Web Components to Flow ScreensOctober 21, 2019 - 7:45 am
- The Top 10 Things You Want to Know About the New Flow B...February 11, 2019 - 5:36 pm
- Salesforce Einstein Next Best Action “Getting Started”...February 3, 2019 - 2:34 am
- From: Sravya Yellapragada – Unlocking Payments Processing...March 12, 2026 - 6:59 am
- We’re Experimenting With Ads….March 2, 2026 - 9:42 am
- Generic Record Type PicklistMarch 2, 2026 - 9:19 am
- Standard Omni-Channel End of Life: Your Questions Answe...January 14, 2026 - 7:49 am
- […] you need to parse it somehow. Since there is no...March 28, 2026 - 11:32 am by How to Process Images and PDFs in Flow Using Prompt Templates – studoi.com
- […] you need to parse it somehow. Since there is no...March 28, 2026 - 12:53 am by How to Process Images and PDFs in Flow Using Prompt Templates - Salesforce Time
- […] first is more complex and can solve almost anything,...March 24, 2026 - 5:19 am by Can you calculate follow-up time for us? - Blog Martina Humpolce
- […] that case, you can use a local action that doesn’t...March 7, 2026 - 9:09 am by How to Fix MIXED_DML_OPERATION Error in Salesforce Flow – studoi.com

