Skip to main content

airtable.updaterecordprops

Home > @runlightyear/airtable > UpdateRecordProps

UpdateRecordProps interface

Signature:
interface UpdateRecordProps 

Required Properties

PropertyModifiersTypeDescription
baseIdstring
fields{ [key: string]: any; }
recordIdstring
tableIdOrNamestring

Optional Properties

PropertyModifiersTypeDescription
typecast?booleanThe Airtable API will perform best-effort automatic data conversion from string values if the typecast parameter is passed in. Automatic conversion is disabled by default to ensure data integrity, but it may be helpful for integrating with 3rd party data sources.