coda_get_row
Retrieve a specific row from a Coda table by providing document, table, and row identifiers. Returns cell values in rich or simple format.
Instructions
Get a single row from a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | The ID of the document | |
| tableIdOrName | Yes | The ID or name of the table | |
| rowIdOrName | Yes | The ID or name of the row | |
| useColumnNames | No | Use column names instead of column IDs in the output - defaults to true | |
| valueFormat | No | The format that cell values are returned as. 'rich' returns detailed objects for images, people, and references. 'simple' returns plain strings. Defaults to 'rich'. | rich |