Get Item List¶
Get one item in list by index.
- Input ports:
list: [<a>]
Input List
default: <a>
Default item
- Output ports:
item: <a>
Output selected Item from List
rest: [<a>]
Output non-selected Items from List
- Configuration:
- Index (index)
- Choose item index in list.
- Action on index out of bounds (fail_strategy)
- Decide how an index out of bounds should be handled