Skip to main content

airtable.getrecordprops.returnfieldsbyfieldid

Home > @runlightyear/airtable > GetRecordProps > returnFieldsByFieldId

GetRecordProps.returnFieldsByFieldId property

An optional boolean value that lets you return field objects where the key is the field id.

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

Signature:
returnFieldsByFieldId?: boolean;