Home Glossary Zoho Creator On Edit Trigger
Zoho Creator

On Edit Trigger

An On Edit Trigger in Zoho Creator is a workflow event that fires when an existing record is updated, allowing automated actions to respond to data changes.

What Is an On Edit Trigger in Zoho Creator?

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.

Accessing Changed Values

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.

Use Cases

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.

Need help implementing this in Zoho?

Aaxonix is a certified Zoho implementation partner based in Pune. Architecture-first, no surprises.