Avoid Salesforce Flow Errors: Limit Get Records to Stay Under 50001 Rows

Big Idea or Enduring Question: How can I limit the number of records returned by the Get Records element in Salesforce Flow? Objectives: After reading this blog, you’ll be able to: Learn how to limit the number of records returned by the Get Records element. Avoid Flow errors by applying

Read More

Custom Validations Using Record-Triggered Flows

Big Idea or Enduring Question: How do you write a validation rule using before-save record-triggered flow without creating extra metadata? Objectives: After reading this blog, you’ll be able to: Understand validation rule User record-triggered before-save flow to create a validation rule Show the error message at the Top of the

Read More

Display Custom Error Messages for Record-Triggered Flows

Big Idea or Enduring Question: How can one present a customized error message(s) when record-triggered flow fails and prevent users from saving a record? Objectives: After reading this blog, you’ll be able to: Understand the recently introduced Custom Error element. Display a custom error message for record-triggered before-save flow. Display

Read More

Hard Delete Records Using Salesforce Flow

Big Idea or Enduring Question: How to hard delete records from Salesforce using Flow? Objectives: After reading this blog, you’ll be able to: Understand @InvocableMethod Annotation Learn about database.emptyRecycleBin method Configure Apex action to hard delete records from Flow Configure Screen Flow with Record Delete element And much more What

Read More

List of All Available Formulas For Salesforce Flow

Big Idea or Enduring Question: How to find out all formula functions allowed in a Flow? Objectives: After reading this blog, you’ll be able to: Find out all formula functions supported in Salesforce Flow Run SOQL for Tooling API objects and much more Business Use case Isabella Stewart is working

Read More

Recipes for Automating Chatter Group Management

Big Idea or Enduring Question: How to use record-triggered flow to automate common chatter group management works to improve productivity?  Objectives: Chatter Group is one of the great ways to boost collaboration in your organization. A Chatter group represents a group of users – one can add unlimited members to

Read More

Work With Aggregate Functions in Salesforce Flow

Big Idea or Enduring Question: How to work with the aggregate functions in Salesforce Flow? Objectives: After reading this blog, you’ll be able to: Find out the NUMBER (Count) of rows for query criteria. Find out the MAXIMUM value of a field for query criteria. Find out the MINIMUM value of a

Read More

Remove Duplicates from Record Collection Variables in a Flow

Big Idea or Enduring Question: How do you remove the duplicates from the record collection variables or collection variables in flow without writing code? Objectives: After reading this blog, you’ll be able to:  Understand different flow operators in assignment element Understand how to remove common records b/w record collection variables

Read More