Skip to main content

Get List Item

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.

Command Input Parameters

input parametersInput parameter typeDescription
ListlistList object to be read
Item Positionint or strZero-based index of the item to read. Negative indexes are supported.

Command Output Parameters

Output parametersOutput parameter typeDescription
List Item Valueanylist item at specified position

AI Workflow Generation Notes

  • Item Position is zero-based and may be negative. It must be within the list bounds.