Skip to main content

airtable.createrecordsprops.returnfieldsbyfieldid

Home > @runlightyear/airtable > CreateRecordsProps > returnFieldsByFieldId

CreateRecordsProps.returnFieldsByFieldId property

An optional boolean value that lets you return field objects keyed by the field id.

This defaults to false, which returns field objects where the key is the field name.

Signature:
returnFieldsByFieldId?: boolean;