record.changed
record.changed automations are triggered when one or more record fields change.
This trigger uses event handler KATA, and the first enabled automation is executed.
Inputs
The automation dictionary starts with the following values:
Key | Type | Notes |
---|---|---|
actor_* |
record | The current actor dictionary. Supports key expansion. |
change_type |
string | created , updated , or deleted |
inputs |
dictionary | Custom input values from the caller. |
record_* |
record | The new record dictionary. Supports key expansion. |
was_record_* |
record | The former record dictionary. Supports key expansion. |
Outputs
(none)