- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2018 09:09 AM
I have created a workflow that has a notification being sent. But it seems to not be in the right format because it is not copying the variables over. Here are some of the variables. Can someone help with the script part?
Here some of the variables, if someone help me get started i can finish it.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2018 01:49 PM
This is a preview of a notification in the notifications section of ServiceNow. Also it looks like it is pointing to the sc_task table when it need to be on the sc_req_item table. In the email logs did you try clicking Preview HTML Body related link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2018 10:55 AM
I think I have this somewhere for approval emails.. I will check.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2018 10:59 AM
Do I add this into the notication as it is.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2018 11:12 AM
You would have to create a mail script and then add it to the notification. If you do not have a notification and you are creating the notification directly in the workflow you could put the code in there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2018 11:33 AM
For some reason my email is not being fired off..

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2018 11:39 AM
How are you trying to do this? Are you using the Notification or create event activities in the workflow?