This plugin provides a lot of different actions for various scenarios, you can find these actions in workflows and backend workflows - inside Plugins tab when creating a new workflow step.
Copy database structure
Create Airtable tables - use this action to automatically create tables and their fields in your AirTable sheet, simply provide Airtable’s base id where you want to insert the tables.
Data synchronization actions
These actions will let you make CRUD operations with single rows or entire tables and sync Bubble database with AirTable.
Pull changes -
Deletes rows from Bubble that are missing in AirTable table, inserts rows into Bubble that are present in AirTable but are missing in Bubble, updates Bubble rows that have been changed in Airtable.
Push changes
Opposite from pull, deletes rows from Airtable that are missing in Bubble table, inserts rows into Airtable that are present in Bubble but are missing in Airtable, updates Airtable rows that have been changed in Bubble.
Insert rows
Inserts one or many rows into Airtable from Bubble
Load table to Airtable
Inserts all rows from Bubble table to Airtable, if “only new rows” is set to yes, only rows that haven’t been inserted yet will be inserted to Airtable (rows where the AirId field is empty).
Load table to Bubble
Inserts all rows from Airtable table to Bubble, if “only new rows” is set to yes, only rows that haven’t been inserted yet will be inserted to Bubble (rows where the BubbleId field is empty).
Update rows
Updates rows in Airtable specified by list of Bubble table rows ids.
Delete rows
Deletes rows in Airtable specified by list of Bubble table rows ids.
Delete table
Remove all rows from Bubble and Airtable tables.
Relations synchronization actions
These actions will let you sync relations between tables (in Bubble “List of Things” or “Thing” fields and in AirTable “Link to another record” fields).
Lets assume our Post table have a field List of Comments:
In AirTable we also would have a table for posts and comments:
Comments unique ids gets turned into links to Comments records inside AirTable.
Update Airtable rows relations
Updates relations of one or more Airtable table rows
Update Airtable table relations
Updates relations of all rows in Airtable’s table
Update Bubble table relations
Updates relations of all rows in Bubble’s table
Returned result
all actions returns a result with some fields that can be used for troubleshooting or to determine if an action was successful.
if you are running this action from a workflow (not from backend workflows), then the result is printed to console.
Response Message - text
Error - yes/no
Response Code - number
Want to print your doc? This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (