Insert List

../../../../_images/append_list_new.svg
class node_list_operations.SetItemList[source]

Create a list with the items from list (input) but with item inserted at selected index.

Inputs:
list : [<a>]

Inserted List

item : <a>

The Item to be inserted

Outputs:
list : [<a>]

Inserted List

Configuration:
Index

(no description)