Skip to main content

list item

Get an item from a list

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over 2 weeks ago

Get an item from a list by inputting its index

Inputs

Name

Abbreviation

Type

Access

Description

List

L

Any

List

The list to read from

Index

I

Number

Item

The index to read

Outputs

Name

Abbreviation

Type

Access

Description

Value

V

Any

Item

The value of the list item

How to

  1. Feed in a list

  2. Identify the index of the item you want to select from the list

    You can input a number in the node, or you could feed in a number node like number or an Input Parameter with the number type.

  3. The output is the single list item at the designated index

Did this answer your question?