Skip to main content

Custom object created or modified

The Custom object created or modified trigger starts an automation whenever a custom object record is first created or any field on an existing record is updated. Use this trigger to respond to data changes on your custom object types in real time.

This trigger operates at the custom object scope, so all fields on the record are available to downstream steps.

Trigger scope

This trigger operates at the custom object scope. Custom object record fields are available downstream. Use lookup steps to bring account or company context into the workflow if needed.

How it works

  1. A custom object record is created, or any field on an existing record is changed.
  2. The record is brought into scope.
  3. All current field values — including the field that changed — become available as dynamic content.
  4. Downstream steps execute using the record data.

Available data

OutputDescription
Record IDUnique identifier for the custom object record
Record fieldsAll custom fields defined on the object type, reflecting current values
Created atTimestamp when the record was first created
Modified atTimestamp of the most recent update

All field values reflect the state of the record at the moment the trigger fired.