Bubble · Arazzo Workflow
Bubble Search Then Update a Thing
Version 1.0.0
Search a data type for a record matching a constraint and modify the first match.
View Spec
View on GitHub
No-CodeApplication PlatformDatabaseWorkflow AutomationPluginsArazzoWorkflows
Provider
Workflows
search-then-update-thing
Find a record by a field value and modify the first match.
Runs an equality search on a data type, and when at least one record matches it applies a partial update to the first result; otherwise it ends.
1
searchThings
searchThings
Search the data type for records where the supplied key equals the supplied value, returning at most one match.
2
modifyThing
modifyThing
Partially update the first matched record. Only the provided fields are changed; all other fields on the record are left intact.