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.
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
For a contact import, first normalize the source data into a list of Airtable
field-name/value objects and connect that list to Records. After creation,
repeat over Created Records and store each Record ID wherever the source
contact is tracked.