I'd like help understanding concurrency in a Power Automate flow's Apply to Each operation when it makes an external HTTP call and processes its response, please.
I have a PowerApps-triggered flow which
I therefore end up with a table that allows me to link MyID and TheirID. Any variables within the Apply To Each loop are Composed, and its only external references are to JSONOut and JSONIn.
I have the Apply To Each operation set with Concurrency Control on and Degree of Parallelism 1. This all works fine, but could do with speeding up. Can I safely increase the parallelism to improve speed, or does this risk getting a wrong TheirID for a MyID?
I'm a bit hazy about the Apply To Each operation, and whether each iteration is safely scoped such that the response from the external web service is always aligned with that iteration's item()?['MyID'], no matter how long it takes. The order in which records are created in JSONOut doesn't matter.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
29 | |
28 | |
27 | |
20 | |
10 |