February 2019
Intermediate to advanced
494 pages
11h 5m
English
The Foreach control flow action iterates over an array list. Within a Foreach control flow action, you can have one or more groups of actions, which can be executed in each item of the array.
By default, the Foreach control flow action can run 50 concurrent threads on array items. Logic Apps provides concurrency control for the processing of the Foreach action. You can also control the number of item lists within a Foreach loop using the filter condition on the array:

In this example, we have used a recurrence scheduled trigger along with Compose and a Foreach loop. In the Compose action, we have constructed a JSON array containing ...
Read now
Unlock full access