How to create a notification in a worklfow with the variables from the catalog item?

velvet
Mega Guru

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?

find_real_file.png

Here some of the variables, if someone help me get started i can finish it.

find_real_file.png

1 ACCEPTED SOLUTION

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.

View solution in original post

39 REPLIES 39

I think I have this somewhere for approval emails.. I will check.

Do I add this into the notication as it is.

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.

For some reason my email is not being fired off..

How are you trying to do this?  Are you using the Notification or create event activities in the workflow?