{event.param1} and ${event.param2} in notification doing the same thing.
HelloI am sending email from ServiceNow using Event triggering approach. I want to fetch the data from the 3rd and 4th parameter of eventQueuegs.eventQueue('x_1041234_needlt.eventForSendingMail', '' , 'London', 'England'); as written in script includ...