- 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 01:33 PM

- 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 02:09 PM
How do I change it to the sc_req_item?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2018 02:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2018 04:20 PM
Thanks so much I have it working now... The problem you helped me with was the mail script and pointing the notifcation to the correct table.. I did change the workflow to use the event instead of having the notification in the workflow.