Bubble · Arazzo Workflow
Bubble Upsert a Thing
Version 1.0.0
Find a record by a key field and update it if it exists, otherwise create it.
View Spec
View on GitHub
No-CodeApplication PlatformDatabaseWorkflow AutomationPluginsArazzoWorkflows
Provider
Workflows
upsert-thing
Upsert a single record into a Bubble data type by a unique key field.
Looks for an existing record whose key field matches the supplied value, and either modifies the matched record or creates a new one.
1
findThing
searchThings
Search the data type for an existing record where the key field equals the supplied key value, returning at most one match.
2
updateExisting
modifyThing
Partially update the matched record with the supplied fields. Only the fields provided are changed; all other fields on the record are left intact.
3
createNew
createThing
Create a new record in the data type using the supplied fields when no existing record matched the key value.