I want to loop through a list of users array and send an email to each one of them requiring them to take an action, then I want to be able to process this action. I go the users array, and I am looping through it using Apply to each and sending an email with options. However the Flow gets stuck, it doesn't send the email to all users in parallel, it waits for the first one to have an input, then goes to the next one.
How do I make it to go to all users in parallel?