Skip to main content

airtable.updaterecordprops.typecast

Home > @runlightyear/airtable > UpdateRecordProps > typecast

UpdateRecordProps.typecast property

The 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.

Signature:
typecast?: boolean;