Skip to main content

Retrieve row from a table in Coda

Retrieve row from a table in Coda.

Application

  • Coda

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Connected AccountThe connected account to use for the requestConnected AccountYes
Doc IDID of the docText (Short)Yes
Table IDThe table to get the row fromText (Short)Yes
Row IDID 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 selectedText (Short)Yes
Raw data?Whether to return the data exactly in the way it got received from the APITrue/FalseNo
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 errorsTrue/FalseNo
Value formatThe format that cell values are returned asPredefined Choice ListNo

Outputs (what you get)

NameDescriptionData TypeRequired?Example
JSON OutputJSON output returned by the APIText (Long)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
UnsuccessfulThis status is selected if the job has completed unsuccessfully.

Requirements

  • N/A