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

Find All Record-Triggered Flows for an Object

Big Idea or Enduring Question: How to find all record-triggered and scheduled-triggered flows for an object?  Objectives: After reading this blog, you’ll be able to:  Find out all record-triggered flows for an object Find out all scheduled-triggered flows for an object and much more Business Use case Arda Turan is

Read More

Conditionally Change Color of Text Field Values in Salesforce

Big Idea or Enduring Question: How do you display text field values in different colors based on the opportunity stage?  Objectives: After reading this blog, you’ll be able to:  Understand when to use before-save flow Use the formula to display texts in different colors Use the SUBSTITUTE function to remove

Read More