The admins at https://www.xbaf.com wrote a blog on how you can create a list button that launches a flow and pass the selected record ids to be processed by the flow using an undocumented flow variable
https://unofficialsf.com/wp-content/uploads/2022/09/largeUCSF-300x133.png00Tamar Erlichhttps://unofficialsf.com/wp-content/uploads/2022/09/largeUCSF-300x133.pngTamar Erlich2019-09-02 07:41:332022-02-05 06:01:51Submitting multiple records to Flows by https://xbaf.com
https://unofficialsf.com/wp-content/uploads/2022/09/largeUCSF-300x133.png00Tamar Erlichhttps://unofficialsf.com/wp-content/uploads/2022/09/largeUCSF-300x133.pngTamar Erlich2019-06-17 07:40:512019-06-17 07:40:52Flow Screen Component: Dependent Picklists with RecordType and MultiSelect Picklist support by Narender Singh
Douglas Ayers and Michelle Hansen developed an Apex trigger that could know when a file was being shared to a record and then call an autolaunched flow where the business logic could be implemented declaratively.
https://unofficialsf.com/wp-content/uploads/2022/09/largeUCSF-300x133.png00Tamar Erlichhttps://unofficialsf.com/wp-content/uploads/2022/09/largeUCSF-300x133.pngTamar Erlich2019-06-17 07:35:412019-06-17 07:35:41How to Declaratively Handle with Flow When Files are Shared to Records by DOUGLAS C. AYERS
https://unofficialsf.com/wp-content/uploads/2022/09/largeUCSF-300x133.png00Makario Aruliahhttps://unofficialsf.com/wp-content/uploads/2022/09/largeUCSF-300x133.pngMakario Aruliah2019-06-11 23:55:082019-06-11 23:55:09How to do more with Custom Permissions in Salesforce Lightning Flows by Scott McClung
Ever wanted to inject Einstein Next Best Action into your Flows? Check out this post by Marc Baizman.
https://unofficialsf.com/wp-content/uploads/2022/09/largeUCSF-300x133.png00Makario Aruliahhttps://unofficialsf.com/wp-content/uploads/2022/09/largeUCSF-300x133.pngMakario Aruliah2019-05-27 23:54:222019-05-28 15:44:34Use Einstein Next Best Action with Flow by Marc Baizman
https://unofficialsf.com/wp-content/uploads/2022/09/largeUCSF-300x133.png00Tamar Erlichhttps://unofficialsf.com/wp-content/uploads/2022/09/largeUCSF-300x133.pngTamar Erlich2019-05-20 07:52:042019-05-20 07:52:05How to do more with Custom Permissions in Salesforce Lightning Flows by Scott McClung
Due to huge code contributions from Eric Smith and datapharmer, the Lookup screen component has been substantially enhanced.
a) You can now filter the Lookup component based on a particular field:
b) but you can also choose to filter based on a where clause.
For example, if you wish to return only accounts of type “Vendor” or “Partner” you could enter the Object Name: “Account” and the where clause: “Type=’Vendor’ or Type=’Partner’
c) Finally, you can even create Dependent Lookup components, where the user looks something up in component 1, and then component 2 is filtered baed on the component 1 selection:
This great new action component from Salesforce Flow VP Arnab Bose provides a powerful new tool for controlling finish behavior. For example, you might have a flow that generates a work record. At the end of the flow, you can use this component to load the work record into your browser automatically.
Note that like all Local Action, this one requires that Spring ’18 orgs be enrolled in the open pilot, which you can request from support. Summer ’18 orgs will have this functionally generally available.
3. Summer ’18 versions of Local Actions Available
Summer ’18 orgs are starting to become available over the next 8 weeks. If you have one, your Spring ’18 Local Actions will stop working because of some changes made to interface names. However, Summer ’18 versions of all of the local actions at http://www.lightningflow.netare now available.
https://unofficialsf.com/wp-content/uploads/2022/09/largeUCSF-300x133.png00Alex Edelsteinhttps://unofficialsf.com/wp-content/uploads/2022/09/largeUCSF-300x133.pngAlex Edelstein2018-04-15 17:44:462019-05-23 08:43:49Flow Extensions April Update