Aident logoAident logo centerAident Loadout
Use CasesPricingDocs
ENStart Now
AppsCoda ToolsCoda Upsert Rows
Coda Tools

Coda Upsert Rows

This tool allows you to insert new rows into a Coda table or update existing ones based on specified key columns. This is particularly useful for synchronizing data or ensuring records are up-to-date without creating duplicates.

Write actionRisk level 2 of 5API key connection
Use Coda Upsert Rows

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

  • rowsarray
    Required
    Array of row objects to insert or upsert. When row_id_or_name is provided, only the first row in the array is used.
  • doc_idstring
    Required
    ID of the doc containing the table.
  • key_columnsarray
    Optional array of column IDs/names to use as upsert keys. If provided, existing rows matching these keys will be updated. Ignored when row_id_or_name is provided.
  • row_id_or_namestring
    ID or name of a specific row to update. When provided, only the first item in 'rows' is used and a PUT request is made to update that specific row. Using row IDs is recommended to avoid issues if row names change.
  • disable_parsingboolean
    If true, the API will not attempt to parse the data in any way.
  • table_id_or_namestring
    Required
    ID or name of the table. Using table IDs is recommended to avoid issues if table names change.

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.