Please help. In my flow I am able to send an adaptive card to multiple users utilising 'Apply to each' loop with an array variable (varFAATeam).
In the apply to each loop > Settings, I have turned on Concurrency Control, and set parallelism to 2
While the adaptive card is sent to both users at the same time, the task does not complete and move to the next action (send email) in the flow until both users respond to their card.
What I would like to achieve is something like 'start and wait for an approval' task on a 'first to respond' basis. How can I achieve this?
BTW - I have used 'Post adaptive card and wait for a response' action in the above flow.