Backend Workflows in Bubble.io

Backend Workflows in Bubble.io run server-side without any user interaction. Learn to schedule recurring tasks, process lists, trigger via webhooks and keep your app's logic secure.

Why should I use backend workflows instead of front-end workflows in Bubble.io?

In this Bubble.io tutorial we explain how back-end workflows can significantly enhance the performance and security of your bubble apps. We also talk about…

Watch: Why use backend workflows for your Bubble app →
How do I schedule recurring workflows in Bubble.io?

UPDATE: In May 2023 Bubble updated their pricing tiers to include daily recurring workflows on every paid plan! Watch our new daily recurring workflow…

Watch: Schedule daily recurring workflows with Bubble personal plan →
How do I loop through a list using a backend workflow in Bubble.io?

How to loop through a complex math equation in a backend workflow where you can't use Math.js

Watch: Looping through with Javascript in Bubble Backend Workflow →