We found 6 matches for: foreach

An overview of all foreach blocks currently available, updated daily!

flow: loops: foreach

In-pins

flow
Array
Array to loop over. The function will be called for each item
Concurrency
How many iterate functions should be ran at the same time

Default:
5

Out-pins

done
Iterator
index
value
exposed data
Returns all data returned using Exposed Return. Allowing data to be exposed back into the flow.
flow: loops: loop iterations

In-pins

flow
Iterations
Concurrency
How many iterate functions should be ran at the same time

Default:
5

Out-pins

done
Iterator
index
flow: loops: foreach by group on field

In-pins

flow
Array
Concurrency
How many iterate functions should be ran at the same time

Default:
5

Out-pins

done
Iterator
index
group
array
flow: loops: reduce

In-pins

flow
Array

Out-pins

done
Reducer
value
Accumulated Value
Index
flow: loops: batch

Executes the given array in batches, this is the non queue version.

In-pins

flow
array
batch


Default:
100
concurrency
How many iterate functions should be ran at the same time

Default:
5

Out-pins

flow
Iterator
batch
items
flow: loops: foreach on object

In-pins

flow
object
Concurrency
How many iterate functions should be ran at the same time

Default:
5

Out-pins

done
Iterator
key
value