Skip to main content

list item

Get an item from a list

Written by Holly Conrad Smith

Use this when you want to retrieve a specific item from a list by index within a flow, for example extracting the first or third point from a set of vertices.

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?