Skip to main content
batch_update_column Apply a transformation to all cell values in a column. Supports operations: “set” (set all to a value), “add” (add a number), “subtract” (subtract a number), “multiply”, “divide”. Works with number, money, and checkbox columns.

Parameters

string
required
string
required
Column name to update.
string, enum: 'set' | 'add' | 'subtract' | 'multiply' | 'divide'
required
required
The value to use in the operation.