Aident logoAident logo centerAident Loadout
Use CasesPricingDocs
ENStart Now
AppsAirtable ToolsAirtable Update Record Put
Airtable Tools

Airtable Update Record Put

Updates an existing record in an Airtable base using PUT method. Use when you want to replace all field values, clearing any unspecified fields. For partial updates that preserve unspecified fields, use the PATCH-based update action instead.

Write actionRisk level 2 of 5OAuth connection
Use Airtable Update Record Put

Pricing and limits

Aident logo

Product

Aident LoadoutAident Playbook EditorOpen-CUAK

About

AppsSkillsUse CasesDocsBlogPricingDownloadsPrivacy PolicyTerms of Service

Alternatives

vs Composiovs Zapier
llms.txtGet an AI summary of Aident LoadoutSummarize with ChatGPTSummarize with ClaudeSummarize with GeminiSummarize with Perplexity

© Aident Labs, 2024-2026

Pricing
Free
Unified payment
Not currently supported

Inputs

  • baseIdstring
    Required
    The unique identifier of the Airtable base containing the record to be updated.
  • fieldsobject
    Required
    Specifies fields to update. Keys are field names or IDs; values are new content. PUT method clears all unspecified cell values (destructive update). Empty strings are automatically converted to null to clear field values. For Date fields: use 'YYYY-MM-DD' format for date-only fi…
  • recordIdstring
    Required
    The unique identifier (ID) of the record to be updated within the specified table.
  • typecastboolean
    When set to true, enables automatic data conversion from strings to appropriate field types. For example, converts string '123' to number 123. Default is false.
  • tableIdOrNamestring
    Required
    The unique identifier (ID) or the name of the table within the base that contains the record to be updated.
  • returnFieldsByFieldIdboolean
    If `True`, API response keys record fields by field ID instead of name. Using field IDs is recommended for integrations resilient to field name changes.

Observable output

  • data
    Required
    Data from the action execution
  • errorstring
    Error if any occurred during the execution of the action
  • successfulboolean
    Required
    Whether or not the action execution was successful or not

Skills that use this Action

Related use cases

No verified related use cases are linked yet.

Official source

Provider source

Skills that use this Action

No published Skills explicitly reference this Action yet.