Logic nodes control how data flows through your workflow. They enable conditional execution, parallel processing, and data combination.
Key Logic Nodes
- - IF: Route items to "true" or "false" branches based on a condition
- - Switch: Route items to multiple branches based on value matching
- - Merge: Combine data from two or more branches
- - Split In Batches: Process large datasets in smaller chunks
- - Wait: Pause execution for a set time or until a webhook is received