QuestionQ183

Working with External Data

When configuring an Email Notification’s content, which syntax should you use to reference properties of the event that triggered the notification?

  • A ${event.<property name>}
  • B ${current.<property name>}
  • C ${<property name>.getDisplayValue()}
  • D ${gs.<property name>}
Explanation

ServiceNow exposes the triggering event as the event object in event-based email notifications. Notification variable substitution references an event property with ${event.<property name>}; current instead represents the notification’s associated record.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!