How to Use the Salesforce Flow Formula Builder
- Select the Flow element type: Decision, Assignment, or Formula Resource.
- Pick a function template and enter resource API names.
- Preview the formula compatible with Flow formula editor.
- Copy into your Flow Builder formula field.
Examples & Reference
Flow formulas use {!$Record.Field} for record-triggered flows and {!varName} for variables.
Frequently Asked Questions
Flow formulas reference Flow resources with {!syntax}, support collections, and can reference $Record in record-triggered flows.