get item

Basic data handling: DataListGetItem

Retrieves an item at a specified position in a list. This node takes a list and an index as inputs, then returns the item at the specified index. Negative indices count from the end of the list. Out of range indices return None.

Pack: Basic data handling

custom_nodes.ComfyUI-basic_data_handling

Inputs (2)

NameTypeRequired
list*required
indexINTrequired

Outputs (1)

NameType
item*