Airtable · Arazzo Workflow
Airtable Bulk Import Records
Version 1.0.0
Create a batch of records in a table and verify the import landed.
View Spec
View on GitHub
ApplicationsCollaborationDataDatabasesLow-CodeProductivitySpreadsheetsArazzoWorkflows
Provider
Workflows
bulk-import-records
Create a batch of records in an Airtable table and confirm them.
Resolves the base schema, creates a batch of up to ten records with typecast, and lists the table to verify the newly imported records.
1
resolveSchema
getBaseSchema
Read the base schema to confirm the target table exists before writing any records into it.
2
createBatch
createRecords
Create the batch of records in the table with typecast enabled so string values are converted to the appropriate cell value types.
3
verifyImport
listRecords
List records in the table to verify the imported records are present.
Source API Descriptions
openapi