Catalog Item Variables in Workflow Notification

nancyhz
Mega Contributor


I was asked to send a notification after task is closed in workflow.   The requirement is to use some Catalog Item form Variable values in email body. I don't how to get variable values in notification body.   Can I use :   ${workflow.variables.variableName} in email body?

 

Variable.png

12 REPLIES 12


Yeah, since BCC is 'blind' carbon copy, it doesn't show up in the the ticket logs. It does however, show up in the logs on the system. If you look at System Logs > Emails you will see a record there that shows that it was sent to them.


Bryan Tay3
Mega Guru

hi there,



hope this is still relevant for someone who has the same problem.


Anyway, the following advanced script works for me, our instance are Fuji.



answer = [];


answer.push(current.variables.manager.sys_id);


hi All


i have some question regarding notification in workflow


once the   request is submitted,Manager should be notified and request for approval.


i am using user approval but can any one help me out how can i used notifier to send email?


plz help me out