Coda
No triggers available for this app. Do you need one? Contact us.
Actions
Action components allow you to perform operations on the app.
Copy Doc
Creates a copy of the specified doc. See docs
Create Doc
Creates a new doc. See docs
Create Rows
Insert a row in a selected table. See docs
Find Rows
Searches for a row in the selected table using a column match search. See docs
List Columns
Lists columns in a table. See docs
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). See docs
List Tables
Lists tables in a doc. See docs
Update a Row
Updates the specified row in the table. See docs
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. See docs