Hello all !
I am struggling on a sequence issue with one of my workflow (see the screenshot attached).
My issue is that whatever I try (events, no events, conditions on events, conditions on actions of the workflow), the event at step 4 is always executed before the event triggered at step 3 and this is messing up my workflow.
I watched a video from bubble officials that said that if there is an event in a workflow, all actions after that event will wait for the event to be finished. But in my case that is not true.
My Workflow is simple, what I want to do is:
IF User is already attached to a specific thing THEN display a message ELSE attach it to this thing.
I tried at the beginning to have both actions in the same linear workflow but somehow the âattachâ action was executed before and the âdisplayâ message action was always executed⌠whatever the conditions that were on the actions.
Thank you for your ideas