coda_get_row
Retrieve a single row from a Coda table using document, table, and row identifiers. Returns row data with column names for easy interpretation.
Instructions
Get a single row from a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | The ID of the document | |
| rowIdOrName | Yes | The ID or name of the row | |
| tableIdOrName | Yes | The ID or name of the table | |
| useColumnNames | No | Use column names instead of column IDs in the output - defaults to true |