Which of the following objects cannot be used in a Script Action script?
Script Actions execute asynchronously in response to an event. They can use the current record and event context, and server-side scripts can create and use GlideRecord objects. The previous object, which represents the record’s state before an update, is not available in this context.
GlideRecord
previous
Community Discussion