Flow articles
Page 2 of 5 · 59 articles
Salesforce Scheduled Flows DST Issues
Daylight Saving Time can stop a Salesforce Scheduled Flow from running, because the spring forward skips the 2 AM hour....
Salesforce Flow Orchestrator for Developers
Salesforce Flow Orchestrator strings the Flows you already have into multi-user, multi-stage automations. Here is how...
Validate Partner Proof-of-Completion with Flow and AI
Validating partner proof-of-completion files with Salesforce Flow and Prompt Builder. Multimodal AI pulls the required...
Salesforce Flow: The Complete Guide to Declarative Automation
Salesforce Flow has replaced Workflow Rules and Process Builder. This pillar covers the four flow types, when to use...
Approval Flow Failing: How to Debug Salesforce Automation
An approval process that fails silently turns troubleshooting into guesswork. Here is how to trace the execution path...
Screen Flow Business Logic: Advanced Workarounds
Standard Flow elements run out of road when the business logic gets complicated. The patterns I use instead: invocable...
Finding Text Strings for Entities in Salesforce: Flow Guide
How to locate and parse text strings in Salesforce record data with Flow Builder: the formula functions that do the...
Salesforce Flow and Custom Metadata: A Developer's Guide
Hardcoded IDs and strings inside a Salesforce Flow break the moment you deploy to another org. Custom Metadata Types...
Fixing Null Variables in Salesforce Approval Flow Emails
When an approval request is reassigned, email templates often return null values for merge fields. Here is how formula...
Salesforce Summer ‘26 Preview Orgs: Key Developer Updates
Salesforce Summer ‘26 preview orgs are live, and the changes land mostly in Flow Builder and the platform UI. Here is...
Scheduled Flow Not Running: Troubleshooting Execution Issues
When a Salesforce Scheduled Flow runs clean in debug but produces nothing in production, the problem is usually outside...
Scheduled Flows for Bulk Record Updates
Scheduled Flows give you a native, configuration-light substitute for Data Loader when you need a mass update to run...