.. _`Get Item List`: .. _`org.sysess.sympathy.list.getitemlist`: Get Item List ============= .. image:: get_item_list.svg :width: 48 **Documentation** Get one item in list by index. **Definition** *Input ports* :list: [] Input List :default: 0 - 1, Default item *Output ports* :item: Output selected Item from List :rest: 0 - 1, [] 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 .. automodule:: node_list_operations .. class:: GetItemList **Example flows** * :download:`BasicListOperations.syx `