How to use LWC in Flow?

In this post, we will implement the functionality to use LWC in Flows to add LWC on the Screen Component in Flows. We will also cover How to pass the parameters from Flow to Lightning Web Component. Let’s hop into the implementation. Implementation In this implementation, we will create a Lightning Web Component to display … Read more

Create Record using Flow in Salesforce

In this post, we will implement the functionality to Create Record using Flow in Salesforce. We will also cover How to get the current record Id in Flow in Salesforce. Screen Flows are used to guide users through a business process. We can take the input from users, make some decisions based on the input, … Read more

Flow Basics: How to use Flow Builder in Salesforce?

In this post, we will go through the Flow Basics in Salesforce and How to use Flow Builder in Salesforce to automate the business processes. We will also go through the different types of Flows in Salesforce. Let’s just get into the good stuff. What are different types of Flows in Salesforce? We can create … Read more