Get Item From List Node
Last updated
Last updated
This node retrieves an item from a list at a certain index (position). Position [index] starts from 0. Thus, an index of 1 gets the second value.
List: List to get the item from
Type: List<Text>
Index: The position of the item in the list to fetch
Type: Integer
The get item from list node does not have any parameters
Output: The item at the position(index)
Type: Text
Example usage: {{get_list_item_0.output}}
Index value should always be positive.