List Operations
Get List Item
This document explains the Get List Item node, which retrieves a specific item from a list by its position.
Node Inputs
Required Fields
- List: List of items to retrieve a specific item from
- Index: Position of desired item (starts at 0)
Node Output
- Item: Selected element from the list
Example Use Cases
- API Response Processing:
- Data Extraction:
- Result Selection:
Index Examples
Important Considerations
- Index starts at 0
- Negative indices allowed
- Invalid index causes error
- Works in loop mode
- Maintains data type
In summary, the Get List Item node helps select specific elements from lists, essential for data processing and workflow control in Gumloop.