This document explains the Get List Item node, which retrieves a specific item from a list by its position.Documentation Index
Fetch the complete documentation index at: https://docs.gumloop.com/llms.txt
Use this file to discover all available pages before exploring further.
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
