Skip to main content
Updated Aug 4, 2026

Update Company Data

Use this action when you know which record to change and only need to update selected fields.

Best for

  • Changing a contact status, service value, or event field
  • Writing back results from earlier steps
  • Updating one specific record by ID

Main fields

FieldWhat it does
Dynadata Item TypeChooses what kind of record to update
Use Manual IDLets you pass an ID from a CEL expression instead of picking a fixed record
Dynadata Item IDSelects the record when manual ID is off
Dynadata Item ID Manual CELEvaluates to the record ID when manual ID is on
Payload CEL PatchDefines the fields to change

What later steps can use

The updated record is available at:

  • step(N).data

Tips

  • Keep the payload focused on the fields you want to change.
  • If you need to locate the record first, combine Search company data or Fetch company data with this action.
On this page