Loop Through Table

Description

Runs the connected blocks once for each value in a table.

Available to

Inputs

Table (Table)

The table used for the loop.

ExampleTable

Outputs

Index (Number)

The current index in the table that is being looped through.

TableIndex

Value (Variable)

The current value in the table that attributes to the index.

IndexValue

Last updated