How to Set Up Database Triggers in Bubble.io for Automatic Server-Side Workflows
Database triggers in Bubble.io provide a powerful way to automatically execute server-side workflows when your data changes, ensuring consistency and automation without manual intervention. This comprehensive guide covers how to set up database triggers for both record deletions and field modifications.
Prerequisites for Database Triggers
Before setting up database triggers, you need to be on a paid Bubble plan and have backend workflows enabled. Navigate to your app settings, go to the API section, and enable "Workflow API and backend workflows." Once enabled, you'll see a "Backend workflows" option in your workflow editor.
Setting Up Database Triggers
Database triggers are found within the backend workflows section of your Bubble.io app. To create a new database trigger, go to Backend workflows and select "New Database Trigger Event" (also called "When a thing is modified" in newer versions). This creates a server-side workflow that runs automatically when specified data changes occur.
When configuring your database trigger, you'll need to specify the data type you want to monitor. For example, if you want to track changes to a "User" data type, select "User" from the dropdown. The trigger will then have access to both the data before the change and after the change, giving you complete visibility into what happened.
Configuring Triggers for Record Deletions
To set up a database trigger for record deletions, create a new database trigger and add a condition that checks when the "thing after change" is empty or null. This indicates that the record has been deleted. You can then configure actions to run when this deletion occurs, such as cleaning up related data, sending notifications, or updating counters.
For example, if you want to track when a task is deleted, you would set up a condition like "Task now is empty" or "Task now is null." This ensures your workflow only runs when the task record is actually deleted, not when it's simply modified.
Handling Field Modifications
Database triggers excel at detecting specific field changes. You can configure triggers to run only when certain fields are modified by adding conditions that compare the "before" and "after" states. For instance, to trigger a workflow when a task's status changes, you would add a condition: "Task before change's status is not Task now's status."
This approach is particularly useful for maintaining data consistency. A common use case is automatically updating a "full name" field when first name or last name changes. You would set conditions like: "Contact before change's first name is not Contact now's first name OR Contact before change's last name is not Contact now's last name."
Backend Workflow Configuration
Database triggers run as backend workflows, which means they execute server-side without user interaction. This has several important implications for configuration. Backend workflows ignore privacy rules by default, so they can access and modify data across your entire application regardless of user permissions.
When configuring the workflow actions within your database trigger, you can reference both the current state of the data ("thing now") and the previous state ("thing before change"). This allows you to create sophisticated logic that responds to specific changes while maintaining access to historical values.
API Workflow Setup for Data Change Events
While database triggers handle internal data changes, you may also want to set up API workflows that external systems can trigger. These work alongside database triggers to create a complete automation system. API workflows can be configured as public endpoints that receive webhook data from external services, then trigger your internal database triggers or backend workflows.
To set up an API workflow, create a new backend workflow and check "Expose as public API workflow." This creates an endpoint that external systems can send data to. You can then configure this workflow to create, modify, or delete records in your database, which will subsequently trigger your database triggers if configured.
Best Practices and Limitations
Database triggers are powerful but come with important considerations. They cannot trigger other database triggers directly, preventing infinite loops. However, they can trigger regular backend workflows or API workflows. When dealing with large batch operations, such as CSV imports, database triggers may queue up and could potentially fail under heavy load.
For optimal performance, always add specific conditions to your database triggers so they only run when necessary. Instead of running on every change to a data type, limit triggers to specific field changes that actually require action. This reduces workload units and improves overall app performance.
Database triggers are essential for maintaining data integrity and automating complex business logic in your no code applications. They provide a centralized way to handle data changes without having to remember to add the same logic to every workflow that modifies your data.
Learn more with Bubble tutorials

How to use database triggers to update full names
Hi, I'm Matt 👋
My Journey
- Discovered Bubble.io in 2017 while working as a WordPress web designer.
- Transitioned into a full-time Bubble coach and tutor with over 7 years of experience.
Achievements
- Helped hundreds of students turn their app ideas into reality.
- Over 37,000 YouTube subscribers and 1,200,000+ views on tutorial videos.
Why Learn from me
- Real-World Experience: Built internal tools, side projects, and collaborated with entrepreneurs using Bubble.io.
- Proven Success: Students have launched successful apps, some even selling their creations.
- Passionate Educator: Committed to your success and eager to share hard-won insights and strategies.

The best way to learn Bubble.io?
Build No Code Confidently
No more delays. With 30+ hours of expert content, you’ll have the insights needed to build effectively.
Find every solution in one place
No more searching across platforms for tutorials. Our bundle has everything you need, with 500 videos covering every feature and technique.
Dive deep into every detail
Get beyond the basics with comprehensive, in-depth courses & no code tutorials that empower you to create a feature-rich, professional app.
Frequently Asked Questions
Find answers to common questions about our courses, tutorials & content.
No. Our Beginner Essentials course and AI No-Code Coach are designed for total newcomers. You’ll learn Bubble.io step by step - no coding required.
Simply type your question in plain English, and our AI taps into the entire video library to recommend the exact lessons you need. It’s like having a personal instructor on demand.
Forever. With our lifetime membership, you get unlimited access to all videos, our growing course library, and the AI No-Code Coach. Pay once, and it’s yours for life. No subscriptions, no ongoing fees.
Your subscription includes:
- Bubble Beginner Essentials – Get up and running fast.
- Build a ChatGPT Clone – Integrate AI into your no-code apps.
- Build Your SaaS Website with AI – Learn to create a scalable startup site.
- Develop a Custom CRM App in Bubble - Learn database relationships with a CRM.
Plus, new tutorials every week!
The AI No-Code Coach is your first stop for instant answers. If you need deeper help, you can book 1:1 Bubble coaching for expert guidance.
Yes! If you don’t see real progress within 14 days, let us know, and we’ll issue a full refund—no questions asked.
Absolutely. Your subscription is month-to-month, and you can cancel anytime—no lock-ins, no hidden fees.
Absolutely. Your subscription is month-to-month, and you can cancel anytime—no lock-ins, no hidden fees.
If you’re serious about building a successful SaaS startup, check out Mastery—our intensive mentorship program. Mastery goes beyond Bubble.io development and includes:
- 1:1 mentorship to fast-track your progress
- Marketing strategies tailored for no-code founders
- Product management insights to scale your startup
- Personalized support from experienced founders