Get an item from a list by inputting its index
Inputs
Name | Abbreviation | Type | Access | Description |
List | L | Any | List | The list to read from |
Index | I | Number | Item | The index to read |
Outputs
Name | Abbreviation | Type | Access | Description |
Value | V | Any | Item | The value of the list item |
How to
Feed in a list
Identify the index of the item you want to select from the list
You can input a number in the node, or you could feed in a number node like number or an Input Parameter with the number type.
The output is the single list item at the designated index



