Hey folks
I’m using the coda API to retreive rows/cells from a pretty large coda doc.
It’s working fine when I’m getting manual input cells, or cells with simple formulas, but it returns an empty array whenever I try and get a cell built with a more complex formula. The kind of cell that takes some time to display. So I figured the formula is too slow at computing the cell value. What I’m not sure to understand though, is that a cell value should be actually (afaik) a database value. The API should get the precalculated value in the database.
What am I missing?