When to use
- A/B pick from a set of variants
- Choose a random creative option
split_text → list_selector → generate_text.
Inputs
The list of text items to pick from. Required, accepts an array.
Outputs
The selected item.
Configuration
How the item is chosen.
manual selects the first item, index selects by position, and random picks one at random.Zero-based position to select. Used only when
selectionMode is index.