[No Programming Required] How to Automatically Update Data in Bubble
How to Integrate Applications
・
2025-05-16
[No Programming Required] How to Automatically Update Data in Bubble
k.tsukamoto
"Updating data can be surprisingly time-consuming" "I'm worried about making input mistakes" — Have you ever felt this way?
When using Bubble, there are many situations where you might want to update data in combination with other tools, but API integration requires programming knowledge, and it might seem difficult without an engineer.
So this time, we will introduce a method to easily automate the updating of Bubble data using the no-code tool Yoom. <span class="mark-yellow">For example, you can set up a flow like "Update a Bubble Thing when a Google Form is submitted" in just a few steps</span>.
By reducing manual work and smoothly linking information between tools, your daily tasks will become much easier. If you think "I might be able to do this myself," please check out the rest!
For those who want to try it out quickly
Yoom offers templates for automating workflows using Bubble! If you want to try it right away, click the banner below to get started!
Various Ways to Automatically Update Data in Bubble
There are several ways to automatically update data in Bubble. We have picked out a few methods for you to check out!
By clicking "Try it out" on the automation example you're interested in and registering an account, you can immediately experience automatic updates in Bubble. Registration takes only 30 seconds, so feel free to give it a try!
Automatically Update Form Data in Bubble
By linking forms with Bubble, you can automatically reflect form responses in Bubble's records (Things). Starting from form submission, you can quickly integrate user registrations, application information, survey results, etc., into Bubble, which can help reduce the effort of manual transcription and input errors.</span>
Automatically Update Schedule Tool Data in Bubble
Often overlooked changes, such as storage file names and schedule modifications, are covered by the following flow. By executing the flow at a specified time each day or triggering it with updates from other apps, you can synchronize the latest status with Bubble.
Automatically Update Data from Database/CRM Services to Bubble
Even if different departments use different database/CRM services, you can integrate and manage them centrally. Automatically reflect updates from spreadsheets or Notion databases in Bubble. This will prevent information discrepancies and double management, making cross-departmental operations smoother.
Let's Create a Flow to Automatically Update Bubble Data
Let's get started with creating a flow to automatically update Bubble data!
This time, we will proceed with the setup using Yoom, a no-code platform. If you do not have a Yoom account yet, please create one from the Yoom account creation link.
[What is Yoom]
<span class="mark-yellow">In this article, we will create the flow introduced earlier: "Update Bubble's Thing when Google Form is submitted."</span> The creation process is broadly divided as follows.
Integration of Bubble and Google Form with My Apps
Copying the Template
Retrieving Form Responses and Setting the Thing to Update
Preparing for Flow Operation (Setting the Trigger to ON)
Step 1: Integrating Bubble and Google Forms with My Apps
Register Bubble and Google Forms in My Apps and integrate them with Yoom.
After logging into Yoom, select "My Apps" from the workspace sidebar.
Click "+ Add" on the right side of the My Apps screen.
When the "App List" is displayed, search and select the app name using the search bar at the top right.
Let's start by integrating Bubble.
Select Bubble from the app list.
Set any name for "Account Name". It's easier to manage if the name can identify the API being integrated.
After logging into Bubble, access the edit screen of the API to be integrated. Open the API screen from the gear (Settings) on the left.
Check the items in the diagram under "APIs and Backend Workflows".
Click "Generate a new API token" under "API Tokens". Copy the generated "Private key" and set it in the "Access Token" on Yoom's integration screen.
Copy the red-framed part from the API root URL under "APIs and Backend Workflows" and set it in the "Subdomain" on Yoom's integration screen.
Once the settings are complete as shown in the diagram below, click "Add".
Return to the "My Apps" screen, and if Bubble has been added, the integration is complete. For more details on Bubble integration, please refer to this help page.
Next, let's integrate Google Forms.
Select Google Forms from the app list.
Click "Sign in with Google".
Select any Google account and sign in.
Review the content and click "Continue".
Review the access permissions and click "Continue".
If "Select the information Yoom can access" is displayed, check "Select All".
Return to the "My Apps" screen, and if Google Forms has been added, the integration is complete.
Step 2: Copying the Template
Once the integration of Bubble and Google Forms is complete, copy the template you will use. Click "Try it" on the banner below.
This will copy the template to your Yoom workspace. Click "OK" to proceed to the flow settings.
Step 3: Setting the Trigger for Google Forms
First, set up the trigger action that will initiate the flow.
Click on "When a response is submitted to the form" in Google Forms.
Check the linked account and action details, then click "Next".
Select the desired interval from the "Trigger Interval" dropdown. The trigger timing can be set to 5, 10, 15, 30, or 60 minutes. Depending on your plan, the shortest interval you can set may vary, so be sure to check.
We recommend using the shortest interval available for your plan.
Set the ID of the form you want to use as a trigger in "Form ID".
Click "Test". This will retrieve the most recent response from the specified form. If no response has been submitted within the last hour, an error will occur. In that case, please submit a response to the form for testing purposes.
As an example, we will retrieve responses from the form shown below.
When the "Test Successful" result is displayed, the latest response will be added to "Retrieved Value".
By default, the items to be retrieved are fixed, and responses to the form are not included. <span class="mark-yellow">Click "Add Values to Retrieve" to add items you want to reflect in Google Forms.</span> For more details on how to add items, please refer to this help page.
Once added, you can see that the retrieved content has been updated as shown below.
Once the values are added, click "Save" at the bottom of the page. Return to the flow screen, and if there is a checkmark next to "When a response is submitted to the form", you are done.
Step 4: Setting the Thing to Retrieve
Next, retrieve the Thing to update.
Click "Search Thing" in Bubble.
Check the linked account and action details, then click "Next".
Set the data type to be searched in "Data Type Name".
Access the API editor screen in Bubble, select "Data" on the left, and the value entered in "Type name" is the data type.
When setting the data type name, it must be entered in lowercase without spaces. For more details, please refer to this help page for "How to Check Data Type Names in Bubble".
Set the field name to be searched in "Field Name".
The red box in the image below is the field name. Please set any field name you want to search for.
Set any conditions in "Search Conditions". You can select from the dropdown.
Set the value obtained in Step 3 in "Search Value". After clicking the input field, you can select the values retrieved from Step 3.
In the example, it is set to "Company Name", and each time a response is submitted, it searches for a Thing that matches (equals) the company name in the response.
Once the settings are complete, click "Test". It will search for a Thing that matches the specified conditions.
When the "Test Successful" result is displayed, the information of the Thing that matches the conditions will be added to "Retrieved Value". If multiple Things match, only the most recent one will be included.
If there are no issues with the values, click "Save" at the bottom of the page. Return to the flow screen, and if there is a checkmark next to "Search Thing", you are done.
Step 5: Setting the Thing to Update
Finally, update the Thing searched in Step 4.
Click "Update Thing" in Bubble.
Check the linked account and action details, then click "Next".
Set the data type to be updated in "Data Type Name". Set it in the same way as in Step 4.
By default, the Thing ID obtained in Step 4 is set in "Thing ID".
Set the update content in "Thing". You can select the value obtained in Step 3 from the menu when clicking the input field. It is also possible to set a fixed value.
Once the settings are complete, click "Test". The Thing searched in Step 4 will be updated with the specified content.
Once the "Test Successful" result is displayed, confirm that the Bubble Thing has been updated as specified, and click "Save".
Step 6: Preparing to Run the Flow (Set Trigger to ON)
Return to the flow screen, and if "All settings are complete!" is displayed, the flow setup is complete. If you want to run the flow immediately, click "Turn Trigger ON".
If you want to run it later, you can turn the trigger ON by clicking the trigger switch on the flow screen.
Based on this flow bot, you can automate various other tasks! Please try out the convenient features of Yoom.
Convenient Automation Examples Using Bubble
In this article, we introduced how to automatically update Bubble based on actions from various apps, but it is also possible to synchronize data from Things created in Bubble to other databases, or send notifications to email or chat tools.
Please give it a try!
Conclusion
This time, we introduced a method to automatically update data by connecting Google Forms and Bubble. Reducing manual work while streamlining information exchange is a significant advantage, isn't it?
Moreover, even without programming knowledge, anyone can easily create flows using Yoom. Why not register for Yoom for free and expand the range of what you can do?
The person who wrote this article
k.tsukamoto
Worked as a system engineer for 4 years. At that time, I was bothered by attendance management that was manually entered into Excel every day and the work of converting receipts into data, so I wanted to meet Yoom even faster. I've just started using Yoom, but I'm going to share information to make everyone's “it would be nice if it could be automated” come true!
Conventional RPA can only automate simple repetitive tasks, and the setup process was very complicated. With “hyperautomation,” which combines various technologies such as AI, API, RPA, and OCR, it is possible to automate many tasks that could not be realized until now more easily than before.
Most tools simply connect one app to another, leaving the complex tasks to you. Yoom goes much further: From document creation and browser automation to OCR and generative AI, Yoom handles it all seamlessly in one platform.
Why settle for basic integrations? Streamline your entire workflow with Yoom’s powerful hyperautomation.