Tag Flow Builder

How to use Sub-Flow in Salesforce?

Flow Element: Subflow Launch another flow that’s available in your org. A flow that is launched by another flow is called the referenced flow. Usage Flow Builder doesn’t display descriptions for input and output values. For details about each variable in…

How to use Update Records in Salesforce Flows ?

Hello #Trailblazers, Welcome to Salesforce Flow Builder Series. Here in this video, we will talk about how to update the records in Salesforce flow without writing a single line of code. Update Records Identify Salesforce records to update, and set…

How to Use Loop element in Flows?

The use case which we are going to solve here is, as a business user you must be able to see the contact record details inside the Account detail page and at a time there should be only one contact. Once user clicks on Next button then only user can see the next contact related to that Account.