Get List Item Node¶
The Get List Item node returns the value stored at a specific index in a list.
Inputs – Уводи¶
- Список – List
The input list.
- Index – Індекс
The index of the item to retrieve.
Indices are zero-based, meaning the first item in the list has an index of
0.
Властивості¶
- Тип Даних – Data Type
The data type of the input list and output value.
Outputs – Виводи¶
- Value – Значення
The value stored at the specified index in the input list.
If the index is outside the bounds of the list, the default value for the selected data type is returned.