Concurrency Control STILL MISSING on Logic Apps For Each

Johns-305 16 Reputation points
2022-12-06T11:47:04.11+00:00

This NOT fixed. Concurrency Control still missing on nested For Each loops.

Even worse, the designer silently removes the setting from Code View.

This creates a huge unnecessary risk. We now have to defensively code against the platform?

When can we expect this to be actually resolved?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,299 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,791 Reputation points
    2022-12-06T16:49:26.82+00:00

    @Johns-305 Thanks for reaching out. This is an expected behavior as documented here. The exception to the default behavior are nested loops where iterations always run sequentially, not in parallel. Therefore, the Concurrency control has been removed from the nested loops.

    The exception to the default behavior are nested loops where iterations always run sequentially, not in parallel. To run operations in parallel for items in a nested loop, create and call a child logic app.

    The workaround will be to run operations in parallel for items in a nested loop, create and call a child logic app.

    Let me know if you have any queries or concerns.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.