coda
Last updated
Was this helpful?
Last updated
Was this helpful?
: Coda is familiar like a doc and engaging like an app, so your team can jump in quickly, collaborate effectively, and make decisions that stick.
Copy Doc: Creates a copy of the specified doc.
Create Doc: Creates a new doc.
Create Rows: Insert a row in a selected table.
Delete Row: Delete a single row by name or ID.
Find Row: Searches for a row in the selected table using a column match search.
Get Row: Fetch a single row by name or ID.
List Docs: Returns a list of docs accessible by the user. These are returned in the same order as on the docs page: reverse chronological by the latest event relevant to the user (last viewed, edited, or shared).
List Tables: Lists tables in a doc.
Update a Row: Updates the specified row in the table.
Upsert Rows: Creates a new row or updates existing rows if any upsert key columns are provided. When upserting, if multiple rows match the specified key column(s), they will all be updated with the specified value.
List Formulas: Lists formulas in a doc.
List Columns: Lists columns in a table.