This is an experimental Coda Pack that lets you fetch live data from any Coda table on demand with a pack formula, no Sync Tables required. Enter the docid, tableid, columids (or leave blank for “all”), and an optional filter, and receive back a JSON array or CSV table of each row.
My main use case: I have several clients who want their data visualized in a daily dashboard, in a more custom UI than Coda. Each client has their own Coda doc with their data. I have a central "hub" doc that pulls each client's table, formulaically builds a prompt, and sends it to Claude LLM, which returns back an interactive HTML/CSS/JS dashboard using the most up-to-date data. With this Pack, that entire pipeline is automatic.