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
| Field | What it does |
|---|---|
| Dynadata Item Type | Chooses what kind of record to update |
| Use Manual ID | Lets you pass an ID from a CEL expression instead of picking a fixed record |
| Dynadata Item ID | Selects the record when manual ID is off |
| Dynadata Item ID Manual CEL | Evaluates to the record ID when manual ID is on |
| Payload CEL Patch | Defines 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.