Big Idea or Enduring Question: How do you automatically add new users to a Public Group or Queue? Objectives: This blog post will help us to understand the following Create automation associated with creating a new user Automatically add a user to a specified Public Group or Queue with Flow
Category: Salesforce Flow
Rich Text Area Component for Screen Flow
Big Idea or Enduring Question: How to add a Rich Text Area field to a flow screen? Objectives: After reading this blog, you’ll be able to: Create a Lightning Web Component for Screen flow Add a custom property editor for a screen component Add a Lightning Web Component to a
Barcode Scanner for Screen Flow Using the BarcodeScanner API
Big Idea or Enduring Question: How to scan and process a barcode from Screen Flow? Objectives: After reading this blog, you’ll be able to: Use BarcodeScanner API in Lightning Web Component Create a Lightning Web Component for Screen flow Add custom property editor for a screen component Add a Lightning
Auto Add Opportunity Team Member to Opportunity Follower
Big Idea or Enduring Question: How can you automatically add Opportunity Team Members to a follower on an Opportunity? Objectives: After reading this blog, you’ll be able to: Work with get records element to find the record Use decision element to check record values Use create records element to automatically
Remove Duplicates from Record Collection Variables in a Flow
Big Idea or Enduring Question: How do you remove the duplicates from the record collection variables or collection variables in flow without writing code? Objectives: After reading this blog, you’ll be able to: Understand different flow operators in assignment element Understand how to remove common records b/w record collection variables
Ever Needed to Select Multiple Picklist Values in Flow? How About via a Single Condition?!
Salesforce Flow is one of the most powerful tools provided by Salesforce to implement business requirements declaratively. Till date, I have written 200+ flows just for my blog posts! Salesforce Flow helps businesses to save time, as well as money, by implementing solutions quickly. Implementation of Salesforce Flow is straightforward