- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2017 11:06 PM
I am using the service catalog.
I would like to specify variables in email template and display variables on email.
However, I do not know how to specify variables in email template.
How do I specify variables in email template?
Solved! Go to Solution.
- Labels:
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2017 11:49 PM
I don't remember the exact syntax but try
${variables.variablename}
${current.variables.variablename}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2017 11:10 PM
template.print(current.variables.variablename);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2017 11:29 PM
thank you for your answer.
Do I have to use script to display variables?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2017 11:33 PM
Are you referring email template or email script or normal notification? All of these are different components.
My response was related to email scripts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2017 11:39 PM
I refer to the email template.
Is there a way to easily display variables without using email script?