Bubble · Arazzo Workflow
Bubble Create and Verify a Thing
Version 1.0.0
Create a single record of a data type and read it back to confirm it persisted.
View Spec
View on GitHub
No-CodeApplication PlatformDatabaseWorkflow-AutomationPluginsArazzoWorkflows
Provider
Workflows
create-and-get-thing
Create a record of a data type and read it back by its assigned id.
Posts a new record to the data type collection, captures the generated unique id, and fetches that record to verify it was stored.
1
createThing
createThing
Create a single new record of the given data type using the supplied fields. Bubble returns the unique id assigned to the record.
2
getThing
getThing
Retrieve the newly created record by its unique id to confirm it persisted and to return the materialized object.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.