generation_mode | string or SelectableOption | Yes | - | Choose how to generate your list. Available options: ‘repeat’ (Repeat an Item), ‘text_input’ (From Text Input) |
value | string | No | - | Enter the text, number, or phrase you want to repeat in the list |
count | integer | No | - | Specify how many times you want to repeat the item (1-1000) |
text_input | string | No | - | Enter items to create a list based on your chosen delimiter |
delimiter | string or SelectableOption | No | - | Choose how to separate your list items. Available options: ‘newline’ (New Line), ‘comma’ (Comma-separated), ‘space’ (Space-separated), ‘tab’ (Tab-separated), ‘semicolon’ (Semicolon-separated) |