@stavvit, the 3 actions in your workflow don’t necessarily get processed in that order within bubble. I know the UI makes it look that way, but they process the actions in parallel as much as possible (which is much better for performance reasons).
Note - there’s 1 way t o override them all running in parallel. Here’s how it work: if action #2 used “results of step #1” then it’ll wait to run action 2 until after action 1 completes. Otherwise, they’ll run in parallel.
This could be the problem you’re seeing.