If Node
Branch your workflow based on a condition. Items that match go to the true branch; others go to false.
Written By pvdyck
Last updated 16 minutes ago
If Node
The If node branches your workflow into two paths based on a condition. Items matching the condition go to the "true" output; non-matching items go to "false".
Parameters
Condition Operators by Type
Options
Tips
- Use expressions like
{{ $json.status }}to reference incoming data fields - Chain multiple If nodes for complex multi-condition logic, or use the Switch node instead
- The false branch is optional -- you can leave it unconnected to discard non-matching items
Limitations
- None. Full support.