Backend Workflows
Harness the power of Backend Workflows in Bubble.io to automate complex processes and enhance your no code SaaS, enabling solopreneurs to build robust applications without writing a single line of code.

How to create recurring workflows in Bubble in 2023
In this Bubble tutorial we demonstrate how to create a daily recurring workflow in Bubble.io. Previously we have demoed a work around using cron jobs to run workflows more frequently than each month. Since May 2023, Bubble has allowed all plans to use daily recurring workflows.

How to securely generate a verification code
In this Bubble.io tutorial video we demonstrate the right and secure way to generate a verification code. Remember that any data used in a front end workflow can be accessible to the user so we need to use backend workflows to complete this task.

How to send data from Make.com to Bubble
In this Bubble tutorial video, learn how to seamlessly integrate data between web applications using services like Make.com and webhooks. Enhance your Bubble app's functionality with these step-by-step instructions on connecting with no-code platforms like Make.com.

How to send data from Zapier to Bubble.io
In this Bubble tutorial we demonstrate how to connect Zapier to Bubble. In our example we scrape data from a podcast called Diary of a CEO and import this data into Bubble using a Zapier Zap.

How to split and save OpenAI response Part 2
In this Bubble tutorial we'll demonstrate how to split text generated by OpenAI / ChatGPT and save each part of the AI generated text as a new entry in our Bubble database.

Looping through with Javascript in Bubble Backend Workflow
How to loop through a complex math equation in a backend workflow where you can't use Math.js
Explore more of our no code tutorials
Discover more Bubble tutorials
Start building your No Code SaaS with Bubble.io & Planet No Code

How to create a responsive header and mobile menu in Bubble
In this Bubble tutorial video we demonstrate how to create a responsive header and mobile menu with the Bubble new responsive engine.

Why Bubble.io's Magic Link Login is Not Working: A Reported Bug!
Discover why Magic Login Links, despite their apparent convenience, might actually slow down your development process. We explore documented issues affecting Microsoft Exchange servers, API-triggered login attempts, and custom domain complications. If you're building an MVP or considering a simplified authentication system for your Bubble.io app, this video provides crucial insights to help you make an informed decision between Magic Links and traditional password-based authentication.

Type Of Content - When To Use Page Data Source In Bubble.io
In this Bubble.io tutorial video we show how to display content using dynamic data from your database on a page. Using Page Data Source is the best way of designing a page to show a single entry from a list of data.

Adding a data to a dropdown
Learn how to allow users to dynamically add values to a drop-down in Bubble.io. This tutorial walks you through the steps, from setting up dynamic choices to creating a pop-up and workflow, enhancing user experience and database functionality.
.png)
Bubble.io Magic Link Not Working: Here’s How to Fix It!
Discover an important security tip for implementing Magic Login Links in Bubble.io! In this eye-opening tutorial, I reveal a crucial security precaution that every Bubble.io developer needs to know when customizing Magic Login Link emails. Learn why placing Magic Login Link generation in frontend workflows can create security vulnerabilities, and how to properly implement them using backend workflows instead.

AI Web Scraping Structured Data - Part 2
Learn one method of extracting values from JSON returned by an AI like Claude by Anthropic.