Creates a sequence of numbers
ID
list-sequence-list-sequence
Name
List Sequence
Group
Sequence
Package
List
Keywords
After creating a node, connect the list start item to the first port. Connect the list items count to the second port. Connect the sequence step to the third port. On the output port, we will get the created list.
List Item
Trim List
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
start | Number | List start item | 0 |
count | Number | List items count | 5 |
step | Number | Sequence step | 1 |
Outputs
Name | Type | Description |
---|---|---|
listSequence | Number | Created list |