Hello,
I have an excel spreadsheet and based on this spreadsheet, each row has an email, title etc. I am creating an approval flow and would like the flow to send out an approval request for each row and record the response in the excel document. The issue that I am facing is that it waits for the response of the prior row/person before moving on to the next row.
This can result in a crashed process e.g. if users are no longer with the org, out-of-office etc. Essentially, I would like to send an approve/reject request to all rows (users) and simply record response as they come in.
Solved! Go to Solution.
In the Apply to Each Loop settings enable Concurrency and set it to 50. This will let 50 loops (Approvals) run simultaneously.
In the Apply to Each Loop settings enable Concurrency and set it to 50. This will let 50 loops (Approvals) run simultaneously.
Awesome! Thank you so much!