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

How to Get Salesforce Org Base URL in Flow

Big Idea or Enduring Question: How do you get your Salesforce org (Including Community) base URL and the record full URL in Flow? Objectives: After reading this blog, you’ll be able to:  Get your salesforce org base url in the flow Get the current community url in the flow Get

Read More

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

Read More

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

Read More

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

Read More

How to Fix MIXED DML Operation Error

Big Idea or Enduring Question: How do you resolve MIXED_DML_OPERATION: DML operation on setup object is not permitted after you have updated a non-setup object (or vice versa) 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

Read More

Auto Generate Tasks on Renewal Contracts

Big Idea or Enduring Question: How do you generate tasks if contracts are up for renewal in 30 days? Objectives: After reading this blog, you’ll be able to:  Create optimized scheduled-triggered flow Use formulas (date, concatenation) in salesforce flow Use scheduled-triggered flow to automatically generate tasks for renewal contracts   

Read More