Skip to main content
update_cells Update cell values for a specific row. Pass values as column name → new value. For linked identifiers: pass {“linkedTableId”: ”…”, “linkedRowId”: ”…”} to link to a row in another table.

Parameters

tableId
string
required
rowId
string
required
cellValues
object
required
Map of column name → new value. E.g. {“Salary”: 75000}.