Inputs
SelectableOption
Output
Type:List
Returns generated list based on specified pattern.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Generates lists of data based on specified criteria, patterns
| App | List Tools |
| Operation ID | list_generate |
| Type | Action |
| Connection | None |
| Credits per run | Free |
| Versions | 1, 2 (default: 2) |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
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) |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | |
label | string | Yes | - |
List
Returns generated list based on specified pattern.