Greetings.
I have a flow which will be triggered my schedule and require one person to approve items from a Sharepoint List. I want to store the response in the Sharepoint List. When I use "Start and wait for an approval," it does not loop through--it waits on one approval before sending the next request. How can I:
Manual Trigger > Get Items (multiple) > Send Approval > Store Response without stopping the flow one at a time? This seems like it should be simple and it probably is...except for me.