Bubble · Arazzo Workflow
Bubble Bulk Create Then Search
Version 1.0.0
Bulk create many records of a data type, then search the type to verify they landed.
View Spec
View on GitHub
No-CodeApplication PlatformDatabaseWorkflow AutomationPluginsArazzoWorkflows
Provider
Workflows
bulk-create-then-search
Bulk create records from newline-delimited JSON, then search to verify.
Posts newline-delimited JSON to the bulk endpoint to create many records at once, then searches the data type to confirm the records exist.
1
bulkCreateThings
bulkCreateThings
Create up to 1,000 records of the data type in a single request using newline-delimited JSON, one object per line.
2
searchThings
searchThings
Search the data type for records matching the verification constraint to confirm the bulk-created records are present, returning the first page.