Skip to main content

airtable.singlerecordresponsedata.fields

Home > @runlightyear/airtable > SingleRecordResponseData > fields

SingleRecordResponseData.fields property

Cell values are keyed by either field name or field ID (conditioned on returnFieldsByFieldId).

See Cell Values for more information on cell value response types.

Signature:
fields: {
[key: string]: unknown;
};