Bubble · Arazzo Workflow
Bubble Get Then Replace a Thing
Version 1.0.0
Read a record by id to confirm it exists, then fully replace it with a new object.
View Spec
View on GitHub
No-CodeApplication PlatformDatabaseWorkflow AutomationPluginsArazzoWorkflows
Provider
Workflows
get-then-replace-thing
Confirm a record exists by id, then fully replace it.
Reads a record by id, captures its prior state, and then replaces the entire record with the supplied object.
1
getThing
getThing
Retrieve the record by its unique id to confirm it exists and to capture its current state before overwriting.
2
replaceThing
replaceThing
Fully replace the record with the supplied object. Every field is overwritten by the request body.