Skip to content

For-each

Loops over each element in List and executes the each handle edge

Each data name is a data, which corresponds to each loop iteration values
ex. List of Text with values a1 and b2, on the first iteration the data
Struct 🛈
Name Type
index Int
item Text
will have item a1 and index 1 and for the second iteration item b2 and index 2

Each modifiable data is a special type of data, which is available for modification for tasks connected through the each handle edge

The last value will be available on the tasks connected through the next handle

Detailed explanation is available in Flow > Data