In this blog post, we will learn what are the top Spring 22 features of Salesforce Lightning Flow Builder. Below are the list of features which we will be learning in this post.
In this blog post, we will learn what are the top Spring 22 features of Salesforce Lightning Flow Builder. Below are the list of features which we will be learning in this post.
Now, you can see all the Record Triggered flows for an object and this is really an awesome feature and with the help of this feature we can easily know how many no of flows are running for an object for different DML operation


One of my favourite feature, as you might be aware of that Salesforce is depreciating the WFR and Process Builder in coming year 2023. So Salesforce have came up with a tool which can easily migrate your Workflow Rule to Flow Builder. We are still waiting for a tool which will convert Process Builder to Flow.
To test this feature follow the below steps



This update is my favourite one and now we can control the order for Execution of our Record-Trigger flow. For Example, if we have 10 Flow Builder for Account Object and we want these flows to run in certain order. We can provide the specific no between 1 to 2,000.
For Old Flows:
For New Flows:

Now, You can open the referenced flow directly from the parent flow

You can use the record collection and create a collection choice set. For Example, you have list of products and you want to list those products as a Picklist or Radio Buttons


Now you can filter unwanted data from your collections in Flow Builder. Use the Collection Filter element to select a collection and define conditions. When the flow runs, the element outputs a collection with only the items that meet those conditions, leaving your original collection intact.
For Example – You have a list of all the opportunities and you want the separate list of Open and Closed Opportunities. Then you can use Collection Filter element.

Thanks for reading 🙂