An On Edit Trigger is a workflow event in Zoho Creator that activates whenever an existing record is modified and saved. The associated Deluge code runs after the update is committed, giving it access to both the previous and current field values. This makes On Edit Triggers useful for audit trails, conditional notifications, and keeping related records in sync.
Within an On Edit Trigger’s Deluge script, the input map contains the new field values and the record object provides access to the existing stored values before the edit was applied. Comparing these allows developers to detect specific changes, for example sending an alert only when the Status field changes to Approved, rather than on every edit.
On Edit Triggers are commonly used for change notifications, escalation logic, and synchronisation workflows. For example, when a project status changes to Completed, an On Edit Trigger can automatically generate an invoice record, notify the project manager, and update a dashboard counter field on the parent application record, all without any user having to manually trigger those steps.
Aaxonix is a certified Zoho implementation partner based in Pune. Architecture-first, no surprises.