Skip to main content
New tool CRON Expression Builder — preview next run times before you schedule Apex. Open the builder →

Flow articles

Page 3 of 5 · 59 articles

Designing Salesforce AR automation using a central flow orchestrating email generation and file attachment.Flow

Salesforce AR Automation: One-Click Chaser Email

Automate the repetitive work of chasing Accounts Receivable follow-ups with standard Salesforce tools. This guide...

· 5 min read
Visual representation of a compiled formula too big error overloading a Salesforce circuit path.Flow

Formula Size Limits: Debugging 'Compiled formula is too big'

The 'Compiled formula is too big to execute' error blocks declarative work, and moving to a higher edition will not...

· 3 min read
Visual representation of bidirectional flow dependency analysis structure in the new Salesforce tool.Flow

Flow Dependency Analysis in Spring '26 Automation App

Spring '26 adds a Usage tab to the Automation Lightning App that maps a Flow's dependencies in both directions....

· 2 min read
Visualizing the new Flow Kanban features and File Triggers in the Salesforce Spring '26 Release updates.Flow

Salesforce Spring '26 Release: Flow Kanban & File Triggers

Spring '26 makes Record-Triggered Flows for Files generally available and adds Flow Kanban in Beta. Here is what each...

· 5 min read
How to handle bulk record processing in Flows? | Salesforce Flow bulkification - Salesforce developer tutorialFlow

How to handle bulk record processing in Flows? | Salesforce Flow bulkification

· 6 min read
A visual representation of the new features in the Salesforce Spring '26 Flow release for developers.Flow

Salesforce Spring '26 Flow: Top New Features and Updates

Salesforce Spring '26 Flow brings some genuinely practical changes to how we build automation. I have been reading the...

· 5 min read
Diagram showing a secure path to ensure Salesforce Flow integrity when deploying automations.Flow

How to Ensure Salesforce Flow Data Integrity Every Time

We have all built a Flow that worked in the sandbox and made a mess in production. Here is how to keep the data clean...

· 5 min read
Diagram illustrating effective Salesforce Flow error handling techniques within automation processes.Flow

Salesforce Flow error handling for email automation

Ever had a Flow crash because of a bad email address? Here is how to use fault connectors and subflows to catch the...

· 5 min read
A visual representation of Salesforce Flow Builder showcasing date validation logic for specific days of the monthFlow

Screen Flow validation for 1st Monday and Last Friday

I had to block users from picking the first Monday or the last Friday of the month in a flow. Instead of reaching for...

· 5 min read
Diagram comparing different Salesforce flow types for efficient automation buildingFlow

Salesforce flow types: Choosing the right automation tool

Picking the right flow type is half the battle in Salesforce automation. This guide walks through screen flows and...

· 5 min read
Diagram illustrating the process of optimizing Salesforce Flow logic for efficient bulk record processing.Flow

Salesforce Flow bulkification: How to handle bulk records

If your Flows crash during data imports, you probably have a bulkification problem. Here is how to move your logic out...

· 5 min read
Diagram illustrating how to fix governor limit errors using the Flow IN operator in SalesforceFlow

Fixing Governor Limit Errors with the Flow IN Operator

Ever had a Flow crash because it tried to query every record in your org? It usually happens when the Flow IN operator...

· 4 min read