Building custom solutions that extend, automate, and integrate Microsoft 365 apps.
Yes. The documented maximum concurrency for an Apply to each action in Power Automate is 1 to 50.
The relevant documentation states that Apply to each loops execute sequentially by default and that the maker can set the degree of concurrency, or parallelism, from 1 to 50.
By contrast, the 1 to 100 range in the limits documentation applies to trigger concurrency control, not to Apply to each. The trigger setting and the loop setting are different controls:
- Trigger concurrency control: 1 to 100 when turned on
- Apply to each concurrency: 1 to 50
Based on that, the behavior described is consistent with the platform enforcing the documented Apply to each limit of 50 at save time.
For the specific UI behavior:
- If the Degree of Parallelism field in Apply to each allows entering values above 50
- but the flow fails to save when the value is greater than 50
then that indicates the designer is allowing input that the backend validation does not accept.
The provided documentation does not include an official explanation for why the designer permits values up to 100 in that field, and it does not explicitly describe this as an intentional design choice or a known issue. What is supported by the documentation is only:
- the official Apply to each maximum is 50
- the official trigger concurrency maximum is 100
- concurrency settings can differ depending on whether the setting is on a trigger or on an Apply to each action
So the supported conclusion is:
- Yes, the official maximum for Apply to each concurrency is still 50.
- The documentation does not explain why the designer allows values above 50.
- The observed save failure for values greater than 50 is consistent with the documented platform limit for Apply to each.
- No official documentation in the provided material identifies this specifically as a known issue or intentional UI design.
- The official documentation that explains the actual supported limit is the Apply to each concurrency guidance, and the separate flow trigger concurrency limits page explains where the 100 value applies.
References: