I have a scheduled flow to review a SP list of requests to identify stragglers -- items that may need to be updated, cancelled, closed.
For each straggler,
Ping the requestor to ask if it should be left open or closed/cancelled.
I cannot use "Start Approval and wait for response" because I'm operating in a For Each loop.
I need to send out all the "pings" without pausing for each one.
"Start Approval" works great EXCEPT I can't figure out how to "catch" the response and update the related item accordingly.
Is there such a trigger and I'm just missing it?
OR is do this with a separate flow -- called from the email, passing in the ID and a response value. That would be even better -- no abandoned approval clutter to deal with.
I can't be the first person who's run into this situation. (of needing to send out a response for response within a loop).