'Select item by position' operator

The return value of the Select item by position operator is the item that is in a certain position in a list. The operator must have two incoming connections, with the first required parameter representing the item list and the second its position. The outgoing connection then returns the item at this position.

Example of the Select item by position operator