Retrieve row from a table in Coda.
Application
Coda
Inputs (what you have)
Name | Description | Data Type | Required? | Example |
Connected Account | The connected account to use for the request | Connected Account | Yes | |
Doc ID | ID of the doc | Text (Short) | Yes | |
Table ID | The table to get the row from | Text (Short) | Yes | |
Row ID | ID or name of the row. Names are discouraged because they're easily prone to being changed by users. If you're using a name, be sure to URI-encode it. If there are multiple rows with the same value in the identifying column, an arbitrary one will be selected | Text (Short) | Yes | |
Raw data? | Whether to return the data exactly in the way it got received from the API | True/False | No | |
Use column names? | Whether to use column names instead of column IDs in the returned output. This is generally discouraged as it is fragile. If columns are renamed, code using original names may throw errors | True/False | No | |
Value format | The format that cell values are returned as | Predefined Choice List | No |
Outputs (what you get)
Name | Description | Data Type | Required? | Example |
JSON Output | JSON output returned by the API | Text (Long) | No |
Outcomes
Name | Description |
Success | This status is selected if the job has successfully completed. |
Unsuccessful | This status is selected if the job has completed unsuccessfully. |
Requirements
N/A