Create Custom Metadata Records from Flow & a CSV File
/2 Comments/in Flow/by Adam WhiteFrom Salesforce MVP Narender Singh comes a nifty screen component that lets you create Custom Metadata Records from a CSV file from an embedded screen component:
This is especially neat because it’s currently pretty difficult to mass create custom metadata records as you cannot use Apex or Dataloader. Thanks Narender!
For you admins out there that aren’t using Custom Metadata – you should start thinking about all the ways it can help you scale things like validation rules, formulas, and business logic in your automations and validations. It’s the #1 way to avoid hard coding logic across Salesforce.
From Christopher Hickman, Advanced CPQ Productivity using Flow
/0 Comments/in Flow/by Alex EdelsteinChristopher has created two very detailed posts that show how Flow can help facilitate some advanced tools for Salesforce CPQ implementations.
This article focuses on using Lookup Queries to calculate prices:

…and this one involves using Flow to prefill fields in a guided selling process:

I’ve long wanted to see someone apply Flow to the challenging world of price determination. This is great to see. Check it out!
From Sheshant Kashyap, a New Way to Do SOQL ‘IN’ Queries in Flow
/0 Comments/in Flow/by Alex EdelsteinSheshant blogs via Salesforce Binge, and has posted an installable action that lets you build up IN queries using Assignment elements:

It’s a nice addition to SOQL support extensions, which currently include:
- A Graphical SOQL Query Builder for Flow, plus an Execute SOQL Action
- Execute SOQL V1.2: Handles Flow Dates Properly and works with Flow Schedule and Record Change Triggers
- From ForcePanda: The first Invocable Action that can perform SOQL on any kind of input
- https://unofficialsf.com/easy-in-filters-in-flow-with-the-filter-query-flow-action/
- ..and the venerable Salesforce Lightning Flow — Using Advanced SOQL, which still somehow draws 50 page views a week from the old Medium blog that preceded UnofficialSF.com
Developer Note: Note the way that Sheshant leverages Apex-Defined Types to create a compact, targeted data structure that can be used in Assignment elements. I’ll state that I think that Apex-Defined Types are the biggest source of untapped opportunity to extend Flow!
From Melody: New Flow Tutorial Posts on a New Flow Blog
/0 Comments/in Flow/by Alex EdelsteinWe always love seeing a new Flow-focused blog. Here’s one from Melody. Noteworthy: she offers to build flows to order to solve your problem!

To see our list of this and other Flow Blogs, go here.
New Einstein Automate Playbook Available from Salesforce Marketing
/0 Comments/in Flow/by Alex EdelsteinOur marketing colleagues have put together a polished 20-page PDF ‘Playbook’ that talks about Flow and the larger Einstein Automate family of Salesforce solutions.

This content is primarily aimed at business decision makers and you may not find it as directly applicable as some of the other content at UnofficialSF but it does a great job of showing how we’re trying to weave the different pieces of Salesforce automation into a unified story.
Easily Indent Screen Fields
/0 Comments/in Flow/by Alex EdelsteinAs of Spring ’21, you can combine Conditional Field Visibility with Multicolumn Screens to indent a block of child fields. You’ll see how applying Coditional Field Visibility to a Section allows an entire block of components to easily be turned on or off.

Extending Flow Overview Video
/0 Comments/in Flow/by Adam WhiteHi everyone! I recently worked on a video to help give an overview on when and why you might use Flow extensions. I also cover some good sample scenarios using various actions and also cover some lessons learned.
Check out the summary (with helpful clickable timestamps) below!
Here’s the video:
Slides (with the hyperlinks to the actions / other URLs) are here: https://docs.google.com/presentation/…​
- Intro – https://youtu.be/hIFPtwHs2TE?t=0
- When and why you’d use custom actions and components – https://youtu.be/hIFPtwHs2TE?t=34
- The rise of the ‘Developer Multiplier’ – https://youtu.be/hIFPtwHs2TE?t=258
- Scenario 1 – https://youtu.be/hIFPtwHs2TE
- We need a slick choice of buttons that then shows a list of filtered records for the user to choose from and do something with those records
- Actions / Components: QuickChoice, Datatable, SOQL Datatable
- Scenario 2 – https://youtu.be/hIFPtwHs2TE
- You need to update over 5,000+ records in a screen flow – the value is a multi-select picklist
- Actions / Components: GetPicklistValues, DualListBox, MapCollection, MassTransactor
- Scenario 3 – https://youtu.be/hIFPtwHs2TE
- You need to easily create a bunch of junction records from a record page and check for dupes
- Actions / Components: FindCommonAndUncommonRecords (made by me!), GenerateCollectionReport
- Gotchas & Due Diligence – https://youtu.be/hIFPtwHs2TE
- Talking with your stakeholders/clients/customers about low code options – https://youtu.be/hIFPtwHs2TE
- Where to find components and get help – https://youtu.be/hIFPtwHs2TE
sendBetterEmail: Release 2.1.0
/0 Comments/in Flow/by Jack PondThe new version of this email action for Flow replaces previous versions, Send Rich Email, and Send HTML. It has two functional additions and several bug fixes.
- Treat Target Object As Recipient – Optional. If set to true, the targetObjectId (a contact, lead, or user) is the recipient of the email. If set to false, the targetObjectId is supplied as the WhoId field for template rendering but isn’t a recipient of the email. The default is true.
- In Reply To – Sets the optional In-Reply-To field of the outgoing email. This field identifies the email or emails to which this email is a reply (parent emails).
This release depends on the both flow basepacks – minimum version of FlowActionsBasePack Version 2.12 Managed and FlowScreenComponentsBasePack Version 2.1.6 Unlocked which must be installed/upgraded prior.
Mergician – Make Unnecessary Formula Fields Disappear!
/1 Comment/in Flow/by Eric SmithHere’s a great new Flow Action from the team at Gears Design. Use the Mergician app with Salesforce Flow to quickly and easily create custom copy for chatter posts, custom notifications & emails – or any other scenario where you need to leverage Salesforce’s merge field syntax in Flow.Â

Ever tried to use default Flow functionality to create a notification using fields from your primary object and from related objects? Mergician eliminates the need for a doctorate in formula syntax when building your Flow!
Ever created formula fields on an object JUST to pull in details from a related record for notifications? With Salesforce Flow and Mergician, you can make these unnecessary formula fields disappear!
The Mergician application was designed to assist in ANY use case for leveraging custom chatter posts, notifications & emails in Salesforce Flow. With OOB Flow functionality, there is NO simple way to create a notification that includes data from the primary object and any related objects.

The app comes with an invocable method that can be leveraged within your Flow for exactly this purpose. There are two options available:
Notification by String
Flow action element that allows you to dynamically pass in your text via a string in your flow action.
Notification by Template
Flow action element which leverages an easily configurable Template object to build your notification copy. You can also use Template Translations to support multiple languages.
Available for FREE on the Salesforce AppExchange.

- 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
- Using Flow, Prompt Builder, and Multimodal AI to Validate...May 19, 2026 - 12:35 pm
- Minor update to Datatable (v4.3.7)May 15, 2026 - 2:35 pm
- New String Normalizer Apex ActionApril 15, 2026 - 11:37 am
- From: Sravya Yellapragada – Unlocking Payments Processing...March 12, 2026 - 6:59 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

