Skip to main content

airtable.updaterecordresponsedata.fields

Home > @runlightyear/airtable > UpdateRecordResponseData > fields

UpdateRecordResponseData.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]: any;
};