Hi,
I posted this before but for some reason i cant find it within any of the forums.
I have the following flow;

Description
1 - Connect to an excel sheet and get all rows
2 - Within the Apply to each, loop through each row. (Set to Parallelism)
3 - Set condition that checks if the 'Expiration Date' field for each row equals the current date
4 - If so, set off approvals
5 - If it is approved then the comments provided are sent back to the excel file into another field.
All is working well. However there is the limit of 50 parallel tasks. After the dates are compared I could have between 1-100 rows returned. One possible solution I thought of was to create 2 copies of the Apply to Each loop described above. I could then have a condition that checks if there is say 57 rows returned, one loop could process 50 and the other could process 7. Would this be possible?
I've tried testing using variables and count functions but I'm getting nowhere. Any help appreciated.
Thanks