Skip to main content

airtable.createrecordsprops.records

Home > @runlightyear/airtable > CreateRecordsProps > records

CreateRecordsProps.records property

Create multiple records

Pass in multiple records to create multiple in one request

Signature:
records?: Array<{
fields: {
[key: string]: unknown;
};
}>;