Resolved! I am trying to display a date 7 days from current day in the subject line
I have a need to display a date 7 days from the current day in the subject line of a notification in a ServiceNow workflow.new GlideDateTime(gs.daysAgo(-7)).getDate()This JS works, but it doesn't work in the subject line of the notification. How do...
