Run a formula column
Request an on-demand recompute of one formula column: Run All, Run Errored, Run first N, or a single cell. all/errored/first_n share the column’s lineage workflow — a broader run supersedes a narrower in-flight one, and cells already computed under the same definition are freshness-skipped. cell runs are origin-keyed and independent. The response’s run is null while the workflow start is still queued (the run row is minted post-commit) — the 2-second active-runs poll picks it up.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Scope for an on-demand recompute of one formula column.
Row scope: all | errored | unfilled | first_n | cell.
all, errored, unfilled, first_n, cell Row count for scope=first_n (default 10).
1 <= x <= 10000Starting-row offset in display order for scope=first_n; omit to start at the first row.
0 <= x <= 1000000The target row for scope=cell; see also record_ids.
The target rows for scope=cell — a swept selection re-runs in one request rather than one per cell. Wins over record_id when both are sent; scope=cell requires at least one of the two.
1000Response
Successful Response
Result of requesting an on-demand column run.
run is None when the workflow start is still queued (the run row is
minted post-commit) — the frontend's 2-second active-runs poll picks it up.
A table recompute run with its static denominator and monotone counters.