@animisha45 Thanks! Your advice was very helpful. I just discovered that all backend workflows run simultaneously. I’ve been using Bubble for over a year and was unaware of the order of operations. Now, I need to review hundreds of workflows . Fortunately, I believe I have mostly followed these rules without knowing it.
Reading Order of Operation - #2 by aschofer and watching the video on Understanding Workflow Execution Rules gave me the solution.
Solution:
- Step 1: Trigger a backend custom event that runs workflows 1 and 2 (All workflows in a custom event are executed before moving to the next step).
- Step 2: Schedule an API Workflow to create a thing.
- Step 3: Make changes to the thing (using the result of step X)