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