
How to launch flow from Utility Bar in Salesforce?

Generating the OTP and using it as a second factor of authentication is very important these days. We will see how we can generate the OTP using flow.

As you all know that Salesforce is depreciating the WFR and Process Builder in Coming year 2023. So, we will see how we can migrate our WFR to Flow builder with one click.

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.

Create a Flow which will act as List View Button on Lead Object and when a user selects multiple records and clicks on our custom button "Convert Lead" then it should convert all the Selected Lead Records and Navigate back to Lead Object List View.

We know that we can not directly develop the Lightning DataTable for Salesforce flow. So I have developed a lightning web component that can be used inside a flow and will work dynamically for any object.

Hello #Trailblazers, Welcome back and in this blog post, we will discuss three different scenarios related to flow. So let’s start. Complete Code You can get access to all the flow Here Before We start Before we actually start talking…