latestOpenAPI 3.0.32026-08-19299284712.8 KB

67d9f45bb99b

Planning Table

Compute calculated columns

Compute calculated column values for the submitted schema and rows without persisting. Dirty/invalid cell values degrade to null per the evaluator rules, and an invalid or unsaved formula nulls only its own column (reported in column_errors) instead of rejecting the payload. Each calculated column also reports its inferred output type in column_types when the formula resolves cleanly; inference mirrors save-time validation and depends only on the schema.

post/tables/compute-calculated-columns

Headers

X-Company-IDstring required

Associates request with company

Request body

{"stackTrail":"components:schemas:PlanningTableCompute:properties:schema","oasType":"schema","type":"unknown"}
{"stackTrail":"components:schemas:PlanningTableCompute:properties:data","oasType":"schema","type":"unknown"}

Response

Rows with calculated columns computed (best-effort), each calculated column's inferred output type (column_types), plus any per-column formula errors (column_errors).

dataobject required
metadataobject required