Call Approval Process From Salesforce Flow

Call approval process from Salesforce Flow

When we create the approval process on the Salesforce object to send the record for approval, we need to submit it manually by clicking the Submit for Approval button. I need to automate the process of sending a record for approval automatically, without requiring manual action. For that, I have an Approval process for reimbursement, … Read more >>>

Create and Use recordId Variable in Salesforce Flow

Create and Use recordId Variable in Salesforce Flow

While working on Salesforce Flow, we often need to access the ID of the currently opened record. This record ID helps us to run the flow on that specific record. When we pass the record ID, the flow can determine which record we are working with, allowing us to perform operations such as displaying the … Read more >>>

Check if Get Records Is Empty in Salesforce Flow

Check if Get Records Is Empty in Salesforce Flow

I was developing a Salesforce Flow to automate the process of sending an email to all contacts associated with the account. For that, I retrieved the record using the ‘Get Record’ element and then added a ‘Send Email’ action to send the email to the retrieved records. But what if the get record element doesn’t … Read more >>>

Wait Element in Salesforce Flow (With Real-Time Example)

Wait Element in Salesforce Flow

We use a scheduled trigger flow when we want to perform an action for multiple records at a fixed time, such as sending daily reminder emails for all unpaid invoices. But what if we want to wait 3 days after one specific invoice is created before taking any action? In that case, we need to … Read more >>>

Fault Paths in Salesforce Flow: Handle Flow Errors Efficiently

Fault Paths in Salesforce Flow

When we create a flow in Salesforce, we often encounter situations where a flow attempts to automate a process but fails due to reasons such as missing or incorrect field data. In this situation, without error handling, the flow stops, and we are unable to determine the cause of the error. Here, we can utilize … Read more >>>

Flow User Checkbox vs Run Flows in Salesforce

Flow User Checkbox vs Run Flows in Salesforce

As a Salesforce administrator, I created a flow that allows employees to request leave through a screen flow in Salesforce. I add the flow to a button on the Employee record page. However, whenever the user clicked the button to apply the leave, they received an error. Additionally, when some users navigated to the flow … Read more >>>

Run Flow as Another User in Salesforce

Run Flow as Another User in Salesforce

In Salesforce, while creating a screen flow for a real estate company, I had to consider field access for two user profiles: Agent and Internal Sales User. Since agents don’t have permission to view or update sensitive fields, I needed to perform actions beyond the permissions of the logged-in user, so I need to flow … Read more >>>

Send HTML Emails Using Salesforce Flow

HTML Email in Salesforce Flow

In Salesforce, we usually use classic or Lightning email templates to send automated emails. These work well for simple messages, but they can’t do much with design. For example, when a customer buys something, we want to send a welcome email with their name, product details, and a link to get started. An HTML Email … Read more >>>

Transform Element in Salesforce Flow

Transform Element in Salesforce Flow

In Salesforce, you may need to copy data from one object to another. For example, your company uses Salesforce to manage job applications. You have two custom objects: Job Application and Candidate Profile. When a recruiter marks a job application as “Shortlisted”, you want to automatically create a candidate profile record using relevant fields from … 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.