latest
List
Insert List Items

Insert items in list

ID

662ae5a310b6cb87640c9187

Name

Insert List Items

Group

List

Package

List

Keywords

InsertListItems
item
lst
index
insert

List

Sequence

Set

Tree

Creation method

There are two options for creating an Insert List Items node.

  • The first way to create an Insert List Items node using the search list, which is opened by double left-clicking in the workspace. You can write the name of the node you need, or words associated with this node.
    • lst , divide
  • The second way is to select an Insert List Items node from the menu that opens from the top left.
    • Menu > List > List > Insert List Items

Steps

  • Create an Insert List Items node.
  • Connect the list to modify to the first port.
  • Connect the items to insert to the second port.
  • Connect the insertion index for each item to the third port.

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.

See also

List Item
Trim List
Reverse List

Inputs

NameTypeDescriptionDefault 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 item0

Outputs

NameTypeDescription
modifyList
Any
List with inserted values