Create lists by repeating items or converting text into structured lists for workflows.
Field | Type | Required | Description |
---|---|---|---|
Generation Mode | Select | Yes | Choose between “Repeat an Item” or “From Text Input” |
Item to Repeat | Text | Yes* | Text/number to repeat (*For Repeat mode only) |
Number of Items | Number | Yes* | How many times to repeat (1-1000) (*For Repeat mode only) |
Text Input | Text Area | Yes* | Enter items to convert to list (*For Text Input mode only) |
Delimiter | Select | Yes* | How items are separated in your text (*For Text Input mode only) |
Option | Description | Example |
---|---|---|
New Line | Each line becomes an item | Item 1 (new line) Item 2 (new line) Item 3 |
Comma | Comma-separated values | Item 1, Item 2, Item 3 |
Space | Space-separated values | Item1 Item2 Item3 |
Tab | Tab-separated values | Item1 (tab) Item2 (tab) Item3 |
Semicolon | Semicolon-separated values | Item1; Item2; Item3 |
What's the difference between the two generation modes?
How do I choose the right delimiter?
Can I repeat more than 1000 items?
What happens to extra spaces in my text input?
Can I mix numbers and text in my generated list?
How do I handle line breaks in my text input?