createRecords creates one or more records in the same table. Automate.ax
partitions the input into Airtable’s 10-record API batches and returns every
created 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.