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.
When to use
Section titled “When to use”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.
When not to use
Section titled “When not to use”To add a new row use Create Record. Custom tables only; for contacts / companies / deals use the dedicated Contacts steps.
Inputs
Section titled “Inputs”Configured per use: record_id, values.
Outputs
Section titled “Outputs”Auto-generated from the skill registry (load_skills()). Do not edit by hand.