hi,
I have finally tried the bubble website to airtable plugin to create a record in the signups table.
When I tested the bubble website and used the customer signup page, my workflow was supposed to send the record to airtable. It looks like, it did not.
Does this work on the trial subscription ?
Do I need to schedule the creation of the data in airtable ?
I created the token, populated the plugin configuration and thought that that is all that is needed. What could I be missing ?
Thanks in advance,
Corne
Hey @corne7399
Yes, this does work on the free trial, so the issue isn’t your plan.
A couple of common things usually trip people up here. First, the Airtable plugin won’t send anything unless the workflow action actually runs, so double-check that your “Create record” action is inside the signup workflow and not behind a condition that isn’t being met. You don’t need to schedule it, a normal workflow action is enough.
Also make sure you’ve initialized the plugin action with real test values and that every required Airtable field is mapped. If Airtable has a required column and Bubble sends it empty, the record will silently fail.
Finally, check the privacy rules on your Signup/User thing. If Bubble isn’t allowed to read the fields you’re sending to Airtable, the plugin won’t have access to them.
I’d start by adding a simple “Show alert” or “Log to console” step right before the Airtable action to confirm the workflow is firing, then re-check required fields and privacy rules. That usually reveals what’s missing.