Insert items in list
ID
list-list-insert-list-items
Name
Insert List Items
Group
List
Package
List
Keywords
After creating a node, connect the list to modify to the first port. You need to connect the items to insert to the second port, the insertion index for each item to the third port. On the output ports, we will get the list with inserted values.
List Item
Trim List
Reverse List
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
list | Any | List to modify | |
item | Any | Items to insert. If no items are supplied, nulls will be inserted | |
indices | Number | Insertion index for each item | 0 |
Outputs
Name | Type | Description |
---|---|---|
modifyList | Any | List with inserted values |