Aident logoAident logo centerAident Loadout
Use CasesPricingDocs
ENStart Now
AppsCoda ToolsCoda Get A Row
Coda Tools

Coda Get A Row

Retrieves detailed information about a specific row in a Coda table, including all cell values, metadata (creation/update timestamps), and parent table information. Use this action when you need to read data from a specific row in a Coda document.

Write actionRisk level 2 of 5API key connection
Use Coda Get A Row

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

  • docIdstring
    Required
    Unique identifier of the Coda document containing the table and row.
  • rowIdOrNamestring
    Required
    ID or name of the row to retrieve. Row IDs (e.g., 'i-xyz123') are recommended over names as names can be changed by users. If using a name, ensure it is properly URI-encoded. If multiple rows have the same name value, an arbitrary one will be returned.
  • valueFormatstring
    Format for cell values in the response. Options: 'simple' (default) returns primitive types (string/number/boolean) with arrays as comma-delimited strings; 'simpleWithArrays' returns arrays as JSON arrays; 'rich' returns values with full encoding including Markdown for text and…
  • tableIdOrNamestring
    Required
    ID or name of the table containing the row. Table IDs (e.g., 'grid-xyz123') are recommended over names as names can be changed by users. If using a name, ensure it is properly URI-encoded.
  • useColumnNamesboolean
    When true, returns column names as keys in the values object instead of column IDs. Default is false. Using column IDs is recommended as column names can be changed by users, which may break integrations relying on specific names.

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.