Skip to content

Update Record

Module · Stable

Patch a custom-table row’s values by record_id.

Patches an existing custom-table row: only the column keys present in values change (partial update). values is a column → value object (or a JSON object), coerced + validated against the table’s columns. Identify the row by record_id.

Use to change fields on a row you already have — set an incident’s status to resolved, bump a counter, fill in a field a later step computed. Get the record_id from Create Record or List Records.

To add a new row use Create Record. Custom tables only; for contacts / companies / deals use the dedicated Contacts steps.

Configured per use: record_id, values.

  • record_id
  • updated

Auto-generated from the skill registry (load_skills()). Do not edit by hand.