Duplicate list a predefined number of times
ID
list-sequence-duplicate-list
Name
Duplicate List
Group
Sequence
Package
List
Keywords
After creating a node, connect the list to duplicate to the first port. Connect the number of duplicates to the second port. Connect the boolean toggle for retaining list order to the third port. On the output port, we will get the duplicate list.
List Item
Trim List
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
list | Any | List to duplicate | |
count | Number | Number of duplicates | 2 |
order | Boolean | Retain list order |
Outputs
Name | Type | Description |
---|---|---|
resultList | Any | Duplicate list |