Get Item List

../../../../_images/get_item_list.svg

Get one item in list by index.

Input ports:
list:

[<a>]

Input List

Output ports:
item:

<a>

Output selected Item from List

rest:

[<a>]

Output non-selected Items from List

Configuration:
index
Choose item index in list.
fail_strategy
Decide how an index out of bounds should be handled
class node_list_operations.GetItemList[source]