Hi,
I have the following flow;

Description:
1 - The 'Get Items' has a filter in it that returns only 1 item.
2 - The Flow loops through a list of Approvers (14 in total) that are stored in an Excel table.
3 - It further loops through the 1 item filtered from Get Items (couldn't avoid the apply to each)
4 - It then sends an approval email to all 14 approvers. The 1st Approval email has a timeout of 7 days, the 2nd Approval email also has a timeout of 7 day, and the last Approval email has none.
This flow works perfectly for my needs and has been for some time. However, in each of the 'Apply to Each' loops that run after each approval, they all contain the same set of duplicated actions. These actions include updating a share point list and sending confirmation emails.
What I would like to do is have all 3 Approvals send their responses to the same Apply to Each action. For example;

In the example above i have played about with delay actions and tried to store all the different responses in an array, with no success.
Is there a way to do this? I have spent to long testing with 'Do Until' loops and 'Scope' actions. I just cant get it to work.
Thanks