Random (A/B Split)
Routes each run randomly, by a percentage you set. Reach for it to A/B test two versions of a flow—two subject lines, two summarization prompts—and compare the results in run history.
Fields
| Field | Description |
|---|---|
| True Percentage | The share of runs routed to true, from 0 to 100. The rest route to false. 50 when left alone. |
What later steps see
The incoming payload, passed through unchanged on whichever path was chosen.
Behaviour
The draw is made independently for every run, so the split holds over many runs rather than alternating. A handful of runs can easily land lopsided; that is what randomness looks like, not a misconfiguration.