Learn how to update database fields in Bubble with simple steps, tips, and best practices to streamline workflows and improve app performance.

Starting a new venture? Need to upgrade your web or mobile app? RapidDev builds Bubble apps with your growth in mind.
To update a database thing in Bubble, you use a workflow action called Make changes to a thing (or Make changes to a list of things) and then tell Bubble which fields you want to change. You must already know which thing you’re modifying, because Bubble never guesses; you either pass it from the page (like Current User or a thing in a repeating group) or you find it first using Search for ... :first item. After you pick the thing, you set the new field values, and Bubble saves it automatically when the workflow step runs.
A “thing” is Bubble’s name for a row in your database. Updating a thing means changing one or more fields inside that row — for example, changing a User’s name or marking a Task as complete.
Inside any workflow (button click, backend workflow, API workflow, etc.):
If you have a Repeating Group of Tasks and a button inside each cell:
// Conceptual Bubble expression for the field
Completed = yes
You can update several rows at once using Make changes to a list of things. You provide a search — for example, all tasks where Due Date < Current date/time — and Bubble updates them all in one workflow step.
This is the safest and most standard way to update data in Bubble, and you will use it constantly across pages, backend workflows, and API triggers.
Learn how to seamlessly integrate Bubble.io with Git through our comprehensive step-by-step guide. Perfect for beginners and professionals.
Learn how to seamlessly integrate Bubble.io with Reddit Ads using our easy step-by-step guide. Boost your ad management today!
Explore our step-by-step guide on integrating Bubble.io with AWS S3, making your app development process more efficient and secure.
Follow our step-by-step guide to seamlessly integrate Bubble.io with Lucidchart, enhancing your workflow & productivity.
Learn how to seamlessly integrate Bubble.io and Kentico with our comprehensive, easy to follow step-by-step guide.
Discover easy-to-follow steps for integrating Bubble.io with Box. Boost your workflow and secure your files seamlessly today.
Fix broken workflows | Optimize logic | Boost performance | Scale with confidence