Skip to content

For Each Row Node

Control

For Each Row

Loops over all rows of a table

control_for_each_rowdata
Inputs2
Outputs4
Security exposure10/10
Packagedata

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

2

Input

Execution
exec_in

Trigger Pin

Table

Struct
table

CSV Table to loop

CSVTableCSVTable4 fields
namestring | null

Optional name/identifier for this table

headersArray<string>required
itemsstringarray item
rowsArray<Array<Cell>>required
itemsArray<Cell>array item
itemsCellarray item
variant 1nullvariant
variant 2booleanvariant
variant 3integer:int64variant
format int64
variant 4number:doublevariant
format double
variant 5stringvariant
+1 more fields
sourceanyOf (2)
variant 1FlowPathvariant
pathstringrequired
store_refstringrequired
cache_store_refstring | null
variant 2nullvariant
Schema enforced

Output Pins

4

For Each Row

Execution
exec_out

Executes the current row

Row

Struct
value

Current row object

Index

Integer
index

Current row index (0-based)

Done

Execution
done

Executes once all rows are processed

Node Info

Internal name
control_for_each_row
Category
Control