Backend workflows
Working with logic and workflows can be very powerful and allow you to build complex types of projects using Bubble; it is amazing what you can do with it. Backend workflows can do a multitude of actions and allow you to run workflows in the background. By nature, this is a little more complex feature so it will require you a bit of time to master it. This subject could be a full book by itself, so here you are going to just learn the basics. It is recommended you keep studying it after reading this book to fully understand backend workflows. Let’s dive into it.
The main difference between regular workflows and backend workflows is that backend workflows will run in the background, on the server side of your application, not on the page itself. While using backend workflows, you can trigger API workflows, database events, recurring events (loops), and custom events.
To add a new backend workflow, you first need to configure it under your application settings...