- Integrations
- /
- Coda
Coda
Coda doc rows and tables
Coda treats a doc like a tiny relational database: tables have typed columns, columns can be formulas, and rows can reference rows in other tables. Tiny Command exposes six actions (no triggers) for treating a Coda doc as either a flexible data store or a workflow target: List Docs (all docs the connected token can see), List Tables (within a doc), List Rows (with filtering by column value), Insert Row, Update Row, and Delete Row. The connection uses a Coda API token from the user's account page; the token's access mirrors the user's doc-share permissions. Coda's column-formula model means some columns are computed — Insert Row and Update Row should not write to formula columns (the API silently ignores writes to them, which can make debugging confusing). Reference columns (a column pointing at rows in another table) accept the target row ID on write. The List Rows query syntax uses the columnId/value pair (e.g., `query=c-abc123:"in progress"`); column IDs are stable, column names are not.
Do anything Coda can do, from a workflow.
Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.
| Action | What it does |
|---|---|
| Delete Coda Row | Removes a specific row by ID. Irreversible. For cleanup workflows or for "row condition met → delete from this Coda table after processing". |
| Insert Row | Inserts a new row with cell values addressed by column ID or name. Writes to formula columns are silently ignored — Coda recomputes formulas after insert. For the standard "external event → log to Coda" workflow. |
| List Coda Docs | Returns every doc the connected token can see. Useful for resolving doc IDs at workflow-build time. The token's access mirrors the user's doc-share permissions. |
| List Rows | Returns paginated rows with optional query filter (column-id:"value" equality only — for richer filtering, query loosely and filter downstream). Max page 1000. |
| List Tables | Returns every table in a doc with name and row count. Useful for resolving table IDs at workflow-build time and for inventorying doc structure. |
| Update Row | Partial update on cell values — only the passed columns change. Writes to formula columns are no-ops. For "external system changed → reflect in Coda" sync patterns. |
Pre-built Coda workflows.
Clone any recipe and customize it in one click. Every recipe is fully editable.
Three things worth knowing.
Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.
Connect Coda once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.
Every Coda field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.
Questions about the Coda integration.
If we missed yours, ping support. We usually reply within an hour.
How do I connect Coda to Tiny Command?
What Coda triggers does Tiny Command support?
What Coda actions can I run from a workflow?
Is the Coda integration real-time?
Do I need to write code to use Coda with Tiny Command?
How much does the Coda integration cost?
More productivity apps people connect.
Same category as Coda, ordered by how often teams pair them. Hover the carousel to pause.
Do more with Coda.
Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.