Command description
Gets the item at a specified position and saves it as a variable. Positions are zero-based; negative positions are supported, with -1 referring to the last item.
| input parameters | Input parameter type | Description |
|---|
| List | list | List object to be read |
| Item Position | int or str | Zero-based index of the item to read. Negative indexes are supported. |
Command Output Parameters
| Output parameters | Output parameter type | Description |
|---|
| List Item Value | any | list item at specified position |
AI Workflow Generation Notes
- Item Position is zero-based and may be negative. It must be within the list bounds.