Command Type
Command Type ID: 1302Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| start | string | The first number in the sequence | Yes |
| end | string | The last possible number in the sequence (inclusive) | Yes |
| step | number | The increment between each number in the sequence | Yes |
| key | string | Where to store results. Possible values: "data", "children", "local_variables" | Yes |
| output_parameter_name | string | Optional custom name for the output field | No |
Usage Examples
Generate 1 to 10
Generate Even Numbers
Generate Pages for Pagination
Related Commands
- Date Generation - Generate dates
- UUID Generation - Generate UUIDs