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

Airtable Update Record

Modifies specified fields of an existing record in an Airtable base and table; the base, table, and record must exist.

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

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
    Fields to update. Keys are field names (case-sensitive) or IDs (fldXXXX recommended). Only specified fields are modified. Empty strings convert to null. Field names must match Airtable schema exactly (e.g., 'Call Status' not 'call status'). Use AIRTABLE_GET_BASE_SCHEMA for exact…
  • recordIdstring
    Required
    The unique identifier (ID) of the record to be updated within the specified table. MUST be in Airtable's record ID format: exactly 17 characters starting with 'rec' followed by 14 alphanumeric characters (e.g., 'recABC123def456G'). Simple numeric values or row numbers are NOT va…
  • typecastboolean
    Enables automatic data conversion and select option creation. CRITICAL FOR SELECT FIELDS: When false (default), Airtable rejects updates to single-select or multi-select fields if the value is not already an existing option, failing with 'Insufficient permissions to create new s…
  • tableIdOrNamestring
    Required
    The unique identifier (ID) or the name of the table within the base that contains the record to be updated. Also accepts 'tableId' as an alias.
  • 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.