Configuration
| Setting | Description |
|---|---|
| Paths | One or more named output paths, each with its own conditions |
| Setting | Description |
|---|---|
| Name | Display name for this path (optional) |
| Logical | AND (all conditions must match — default) or OR (any condition matches) |
| Conditions | One or more conditions comparing a field to a static value |
How It Works
Configure conditions per path
For each path, define the conditions that determine which records are sent there.
Output
Each path creates a separate output. Records matching a path’s conditions are sent to that output.A record can match multiple paths and will be sent to all matching outputs. Records that don’t match any path are not routed.
Example
Route contacts by region for different processing:- Path 1 “North America”: Region equals “NA”
- Path 2 “Europe”: Region equals “EU”
- Path 3 “Asia Pacific”: Region equals “APAC”
Best Practices
- Name your paths clearly — they appear as labels on the workflow canvas
- Be aware that records can match multiple paths (this is useful for cross-cutting concerns)
- For simple two-way branching, Basic Condition is simpler
- Conditions within each path are combined with the path’s logic (AND/OR)
Related Nodes
- Basic Condition — simpler True/False branching for two-way decisions
- Field Comparison Condition — branches based on field-to-field comparison
- Simple Filter — removes non-matching records instead of routing