Entries by Alex Edelstein

How to launch Flows from Your Own Lightning Web Component

Target Persona: Developer If you’re working in Aura, you can insert the lighting:flow component. This is the same component that you can insert into pages in App Builder. However, Salesforce has not yet made lightning:flow available in LWC. Because LWC does not allow the embedding of Aura components, you can’t just add the lightning:flow component […]

A Big Honor For UnofficialSF: Some of Our Components Just Got ‘Officialized’!

As you can see from this new post from Salesforce evangelism, Salesforce has officially recognized the work being done by the Flowhana, and in particular by Eric Smith (Quick Choice), Chris Van Der Merwe (Calculate Business Hours), David Entremont (Save Records Async), Enrico Murru (Evaluate Formula), and Andrii Kraiev (many of the actions). I worked with Philippe Ozil […]

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 […]

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 […]