I need to send a post choice with options in parallel branch to dynamic users. So, all users can receive this notification at the same time without waiting replies from others.
These dynamic users I am adding them to an array. then I add an apply to each and send this post choice with option to all users, which is working fine if all users respond it right away. So, next user will receive the notification fine.
The issue here is that if a user does not respond it , next user won´t receive the notification until prior user respond.
So I heard about to add parallel branch actions. I did , but I could not make it work in parallel.
It is sending twice to the same user. And I know why. just want to know the correct way to do this. To send the notification to the next users.
Any thoughts
