Skip to main content
The Create Records action adds a list of records to one Airtable table. It automatically partitions the work into Airtable’s 10-record API batches, so the input list can contain more than ten records.

Inputs

File-valued fields are uploaded after each batch’s records are created.

Outputs

Created Records contains one item per input record, in batch order:
A failure in a later batch does not undo records already created by earlier API requests.

Example