Count Records in Collection Using Salesforce Flow

Count Records in Collection Using Salesforce Flow

While creating a Salesforce Flow, you may sometimes need to count how many records are stored in a collection variable. This is a common requirement in many business scenarios. For example, you may want to send an alert if there are more than 5 cases related to an Account, or show a message if no … Read more >>>

Reactive Screen Component in Salesforce Flow

Enable reactive components in Salesforce flow

I recently created a Salesforce screen flow to calculate discounts on a product. Initially, the flow had two screens, one for entering the price and selecting the discount percentage, and another to display the discount amount and final price. While this worked, I wanted to show all four fields on a single screen. That’s when … Read more >>>

Display Picklist Values by Record Type in Salesforce Screen Flow

Salesforce Screen flows with Record type Picklists

In Salesforce, we use screen flow to create records. Meanwhile, we need to enter the required fields to create the records. Sometimes, it includes conditional field values, such as picklist values based on the selected record type of the object. In this Salesforce tutorial, I will explain how to display picklist values by record type … Read more >>>

How to Call Apex Class From Salesforce Flow

Call Apex Class From Salesforce Flow

Sometimes, automating the process using Salesforce flow can be limited by the capabilities for handling complex logic. So, for that, we can use an apex class to automate the process and then call an apex class from a flow. In this Salesforce tutorial, we will learn how to call an Apex class from Salesforce flow. In … Read more >>>

How to Automate Survey Invitation in Salesforce using Flows?

Send survey invitation email in Salesforce

In Salesforce, using Surveys, we collect user data through a review or a feedback form. After setting up the survey, the next task is to send the surveys. In Salesforce, we can automate and send survey invitations using flow automation, specifically, a record trigger flow. In this Salesforce tutorial, I will explain how to automate … Read more >>>

How to Create Surveys Using Flows in Salesforce?

Salesforce Lightning Custom Survey forms

In Salesforce, surveys are feedback or review forms that collect feedback from customers, users, and employees by having them fill out the survey form. The collected data is stored for further analysis and to improve products, services, and operations. The Survey feature is available in both Salesforce Lightning and Classic editions. For the developer org, … Read more >>>

Salesforce CRM Analytics vs Tableau [Key Differences and Use Cases Compared]

Salesforce CRM Analytics vs Tableau

Salesforce CRM Analytics and Tableau are powerful tools for data visualization and business intelligence. They help companies make sense of their data and gain valuable insights. While they share some similarities, they also have key differences. Salesforce CRM Analytics is best for users who mainly work with Salesforce data and want seamless integration with their … Read more >>>

Get Current Record ID in Salesforce Flows

How to get record id in Salesforce flow

In Salesforce flows, accessing the current record’s ID is often essential, especially for updating, deleting, or fetching related records. In this Salesforce tutorial, we will learn how to get the current Record ID in Salesforce Flows. Specifically, the screen flows. Get Current Record ID in Salesforce Screen Flow To obtain a current record ID in … Read more >>>

How to Create Multiple Records Using Salesforce Flows

How to Create Multiple Records Using Salesforce Flows

I worked in an organization that uses Salesforce CRM. Recently, we hired new employees for our team, and I was assigned the task of creating a workflow to create multiple employee account records for onboarding new candidates. I decided to create a Screen flow. With this flow, the hiring team will be able to create … Read more >>>

How to Create Record Trigger Flow in Salesforce

salesforce flow

I worked as a Salesforce administrator. Recently, the sales manager has sought to automate the process of updating the opportunity stage, which is automatically set to ‘Closed Won’ when the amount exceeds $ 100,000. To do so, we utilize Salesforce Flow, a powerful automation tool. In this Salesforce tutorial, we will learn how to create a record trigger flow in … Read more >>>

Agentforce in Salesforce

DOWNLOAD FREE AGENTFORCE EBOOK

Start with AgentForce in Salesforce. Create your first agent and deploy to your Salesforce Org.

Salesforce flows complete guide

FREE SALESFORCE FLOW EBOOK

Learn how to work with flows in Salesforce with 5 different real time examples.