Skip to content

System.Context.currentEvent.oldValue

Description

If it is triggered by a value change, obtain the old value.

Grammar

System.Context.currentEvent.oldValue

Code Example

Get the old value of the current triggering event.

const oldValue = System.Context.currentEvent.oldValue;
console.log(oldValue)