I am trying to create a workflow that does the following:
1. Start every day
2. Check if an items due date is equal to today
3. Start an approval process for all relevant items
4. Change a column to yes or no after the item has been approved/rejected
However, I can't find a way to start the approval process for all relevant items at once. I either have to wait for the first one to be approved/rejected or have to go outside the loop, but then of course can't work with the approval response.
Any ideas?