Random branch / A-B
FreePick a branch at random by weights — A/B tests, random replies.
Randomly selects one of several branches by weight — for A/B tests, random replies, or giveaways.
Fields
| Field | Type | Required | Notes |
|---|---|---|---|
| Branches and weights | key/value | — | Branch name → weight (higher = more likely) |
Outcomes
- Dynamic — one outcome per branch you define. Connect each branch name to a different path.
How it works
Define branches like A: 1, B: 1 for a 50/50 split, or A: 3, B: 1 to favor A. Each
branch becomes an outgoing arrow.
Random branch { variantA: 1, variantB: 1 }
├─ variantA → Send "Version A"
└─ variantB → Send "Version B"