Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 737 Bytes

loop-through-table.md

File metadata and controls

56 lines (39 loc) · 737 Bytes
description layout
Runs the connected blocks once for each value in a table.
title description tableOfContents outline pagination
visible
true
visible
visible
true
visible
true
visible
true

Loop Through Table

Description

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

Available to

  • Scripts
  • LocalScripts
  • Yields

Inputs

Table (Table)

The table used for the loop.

  • Can use Variable
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