nabilo_
Giga Contributor

I found the Solution to my Issue, and like I expected, it was a very minor crazy missing semicolon.



I have been putting the WatchList Variable on the TO Field like:


MyList(${notification_contacts});
${u_notification_contacts}.MyList();

What I figured out from the Post: Enabling the Email Client - ServiceNow Wiki is the fact that we should not use the Variable on the TO, CC, BCC fields, instead, we should use just the field name like:


notification_contacts
requested_by

View solution in original post