Referencing Bubble manual:

  • In a workflow with two actions, if Step 2 is using a condition based on a search depending on data manipulated in Step 1, then Step 1 should be implemented into a custom event to make sure it is finished before moving on to Step 2.

  • If a backend workflow should be triggered after other steps in the workflow, then it should be implemented in a custom event placed after the steps that need to come first.

Custom events will always run in sequence, and any steps in a main workflow before a custom event will run before the custom event itself is triggered.

1 Like