Hi!
I'm building a recurrence flow that validates the due date for each item in a sharepoint list, two days before that date the flow should be triggered but there something to take into account and is that I need to do a validation before the flow trigger the action, I mean:
1. Recurrence flow/get items to check which item has due date in 2 days.
2. For the items that expire in 2 days, the flow should validate if each of them has attachments or not.
3. Start different approvals according to has attachments condition response.
The challenge i'm facing right now is that the flow should trigger the approvals in parallel for all the items found in get items step. I mean, the flow should not wait the approval response for the first item found to start the approval for the second one and so on. The ideal scenario should be to trigger approvals in parallel for all the items found according to the condition of has attachments. Any idea of how can I do that? please!!!
This a screenshot of the flow I have right now

