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

Flow articles

Page 4 of 5 · 59 articles

Diagram illustrating the new Salesforce Flow Approval Process action linking two flows together easilyFlow

New Flow Approval Process Action in Salesforce Summer '25

Summer '25 finally lets us call a Flow Approval Process directly from another flow. No more messy Apex workarounds just...

· 4 min read
Diagram illustrating the usage of the Salesforce Assignment Element within a complex Flow designFlow

Salesforce Assignment Element: Guide to Efficient Flows

Ever wonder why your Flows hit governor limits? Usually it is because you are not using the Salesforce Assignment...

· 4 min read
Diagram illustrating steps to improve OmniScript performance for better user experienceFlow

How to Improve OmniScript Performance - Best Practices

Slow OmniScripts can kill user adoption even when the logic behind them is perfect. Here is how I cut down server calls...

· 5 min read
Diagram illustrating optimized Salesforce Flow performance best practices for faster execution.Flow

Salesforce Flow Performance: Best Practices for Speed

Most flow problems come from small, inefficient habits that pile up over time. Here is how to pick the right triggers...

· 5 min read
Diagram comparing Salesforce record-triggered flows execution timing, highlighting before and after save optionsFlow

Record-triggered flows: Before-Save vs After-Save Guide

The before-save and after-save choice in Flow Builder trips people up, and getting it wrong costs you real performance....

· 5 min read
Visual guide on setting up the entry criteria for a Record-Triggered Flow in Salesforce configuration.Flow

How to Trigger a Record-Triggered Flow in Salesforce

If you are moving away from Apex triggers or Process Builder, you need to know how these flows actually start. Here is...

· 5 min read
A visual guide illustrating essential Salesforce Flow Elements building blocks for automation developers.Flow

Master Salesforce Flow Elements: Key Examples and Use Cases

Flow elements are the building blocks of your automation, and the wrong one in the wrong place turns a flow into a...

· 4 min read
Visualizing a complex Salesforce Flow canvas detailing best practices for automation logic and error handlingFlow

Salesforce Flow Best Practices: 12 Rules That Prevent 90% of Errors

The Salesforce Flow best practices most teams skip: bulkification, trigger choice, fault paths and subflow design,...

· 7 min read
Diagram illustrating Salesforce Flow transactions and rollback process boundaries for developersFlow

How to manage Salesforce Flow transactions and rollbacks

Ever had a flow crash and roll back changes you actually wanted to keep? That comes down to where the transaction...

· 4 min read
Diagram illustrating the logic flow and branching paths of the Salesforce Flow Decision ElementFlow

What is a Decision Element, and how does it work in a Flow? | Flow Decision Element

· 4 min read
A developer using the Salesforce Flow Builder to configure a web service callout for integrationsFlow

Salesforce Flow Interview Questions for Web Services

Recruiters have moved past loops and variables. Here is how web service integrations work in Flow, and what to say when...

· 5 min read
Diagram showing the steps to create a record-triggered flow delete for better Salesforce auditing.Flow

Create a record-triggered flow delete for better auditing

Tracking who deleted a record does not need Apex. A record-triggered flow that runs on delete can write the audit trail...

· 4 min read