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
Category: Autolaunched Flow
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
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
Advanced Flows
Have questions? Join office hours
Join Automation Champion on Slack!
Screen Flow
1) Getting Started with Salesforce Flow – Part 4 (Need to Redirect a User to a New Record?)
4) Getting Started with Salesforce Flow – Part 61 (Clone a Public Group or Queue with Members)
37) Getting Started with Salesforce Flow – Part 140 (How to Get Salesforce Org Base URL in Flow)
——————————–
Before vs After Save Flow Decision Guide
——————————–
Architect Topics
1) Getting Started with Salesforce Flow – Part 35 (When to Use Before-Save vs After-Save Record-Triggered Flows) Decision Guide
3) Getting Started with Salesforce Flow – Part 79 (Salesforce Flow Naming Conventions)
7) Getting Started with Salesforce Flow – Part 155 (Rich Text Area Component for Screen Flow)
8) Getting Started with Salesforce Flow – Part 161 (Work With Aggregate Functions in Salesforce Flow)
9) Getting Started with Salesforce Flow – Part 164 (Just Say NO to Hard-Coded ID)
——–——–——–——–
Error Handling
1) Getting Started with Salesforce Flow – Part 133 (How to Fix MIXED DML Operation Error)
2) Getting Started with Salesforce Flow – Part 134 (How to Fix FIELD_CUSTOM_VALIDATION_EXCEPTION Error)
3) Getting Started with Salesforce Flow – Part 135 (How to Fix FIELD_INTEGRITY_EXCEPTION Error)
4) Getting Started with Salesforce Flow – Part 136 (How to Fix MALFORMED_ID Error)
——–——–——–——–
Record-Triggered Flow (After-Save)
1) Getting Started with Salesforce Flow – Part 44 (Auto Convert Marketing Qualified Leads)
2) Getting Started with Salesforce Flow – Part 39 (Out of Office Notification For Chatter Post)
3) Getting Started with Salesforce Flow – Part 71 (Now, Generating a Quote PDF is a breeze! Learn how!)
4) Getting Started with Salesforce Flow – Part 138 (Remove Rich Text Formatting Using Flow)
5) Getting Started with Salesforce Flow – Part 143 (Query Records by List of Ids in Flow)
6) Getting Started with Salesforce Flow – Part 145 (Auto Add Account Team Members to Case Team)
7) Getting Started with Salesforce Flow – Part 146 (Auto Add Members to Account Team)
8) Getting Started with Salesforce Flow – Part 165 (Implement Gamification to Your Salesforce)
——–——–——–——–
Record-Triggered Flow – Scheduled Paths
——–——–——–——–
Schedule-Triggered Flow
1) Getting Started with Salesforce Flow – Part 93 (Skip Scheduled Flow on Weekends and Holidays)
——–——–——–——–
Deployment
——–——–——–——–
Advanced Flows (Old Visual Workflow)
- Add Record to Multiple Chatter Groups – Parsing Multi-Select Picklist fields (Flow)
- Parsing Dynamic choice Multi-Select Picklist fields (Flow) – Reusable component