airtable.createRecords creates records in one table, using Airtable’s 10-record API batches. It returns every record in batch order.
Example
automations/import-airtable-records.automation.ts
Inputs
Output
ReturnsAirtableRecord[]. Each item contains id, createdTime, and fields.
Batches are separate provider requests. If a later batch fails, Airtable does
not roll back records created by earlier batches.