Bubble · Arazzo Workflow
Bubble Search Then Delete a Thing
Version 1.0.0
Search a data type for a record matching a constraint and delete the first match.
View Spec
View on GitHub
No-CodeApplication PlatformDatabaseWorkflow AutomationPluginsArazzoWorkflows
Provider
Workflows
search-then-delete-thing
Find a record by a field value and delete the first match.
Runs an equality search on a data type, and when at least one record matches it deletes the first result by id; 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
deleteThing
deleteThing
Permanently delete the first matched record by its unique id.