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
Category: Autolaunched Flow
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
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
Set Your Productivity on Steroids by Creating Subflows
Salesforce Flow is one of the most used declarative tools to automate business processes in Salesforce. Most of us usually create a new flow for each requirement. That not only is not a best practice, but, in the long run, it is a highly unproductive and unsustainable approach to managing
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
How to Fix MALFORMED_ID Error
I want to thank, each reader, and follower of automationchampion.com, for their support and feedback(s). Some of you requested me to write a blog post to explain (1) MALFORMED_ID Error; and, (2) how to solve it. I have and will continue to, try my best to incorporate suggested topics, from readers and
How to Fix FIELD_INTEGRITY_EXCEPTION Error
Big Idea or Enduring Question: How do you resolve the FIELD_INTEGRITY_EXCEPTION error? The Record-Triggered Flow is a way of automating business processes. Record-Triggered Flow is a powerful tool for system administrators and developers to implement business processes without writing code. However, with great power comes great responsibility – If a user starts creating a new
How to Fix FIELD_CUSTOM_VALIDATION_EXCEPTION Error
Big Idea or Enduring Question: How do you resolve the FIELD_CUSTOM_VALIDATION_EXCEPTION error? The Record-Triggered Flow is a way of automating business processes. Record-Triggered Flow is a powerful tool for system administrators and developers to implement business processes without writing code. However, with great power comes great responsibility – If a user starts creating a new