Skip to content
ProductivityReal-timeUpdated May 2026

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.

0triggers
6actions
≈ 2 minto set up
Freetier · no card
Actions

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.

ActionWhat it does
Delete Coda RowRemoves a specific row by ID. Irreversible. For cleanup workflows or for "row condition met → delete from this Coda table after processing".
Insert RowInserts 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 DocsReturns 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 RowsReturns paginated rows with optional query filter (column-id:"value" equality only — for richer filtering, query loosely and filter downstream). Max page 1000.
List TablesReturns 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 RowPartial 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.
Recipes

Pre-built Coda workflows.

Clone any recipe and customize it in one click. Every recipe is fully editable.

Before you build

Three things worth knowing.

Filter at the trigger

Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.

Authorize once, reuse anywhere

Connect Coda once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.

No JSON to read

Every Coda field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.

FAQ

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?
Open the Tiny Command workflow builder, drop in a Coda node, and click Connect. Authorize Coda once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What Coda triggers does Tiny Command support?
Tiny Command focuses on outbound actions for Coda today. Use Tiny Command's universal Webhook or Schedule trigger to start Coda workflows, then run any Coda action you need.
What Coda actions can I run from a workflow?
6 Coda actions are available out of the box, covering productivity operations like "Delete Coda Row". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the Coda integration real-time?
Coda actions execute synchronously inside your workflow. Tiny Command waits for Coda's API to confirm before continuing to the next step, so downstream nodes can rely on the result.
Do I need to write code to use Coda with Tiny Command?
No. Every Coda trigger and action is fully configurable from the visual workflow builder. For edge cases that aren't covered, drop in a custom HTTP node and call any Coda API endpoint directly.
How much does the Coda integration cost?
There's a free tier you can start on without a credit card. Higher run volumes and team features come with paid plans. The Coda integration itself has no per-app surcharge.
Related

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.