List
List
Sequence
Set
Tree
Duplicate List
Duplicate list a predefined number of times
Details
ID
list-sequence-duplicate-list
Name
Duplicate List
Group
Sequence
Package
List
Keywords
Input ports
Name | Type | Description | Default Value |
---|---|---|---|
List | Any | List to duplicate | |
Count | Number | Number of duplicates | 2 |
Boolean | Boolean | Retain list order |
Output ports
Name | Type | Description |
---|---|---|
List | Any | Duplicate list |
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