Email script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago - last edited 4 hours ago
Hi,
I am looking for help with my script below. I need the script to display/print the question on if the answer is "unknow".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
You will need to add a line to actually print your variable. It will look like this:
template.print(daText);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Thanks @JenniferRah for your reply, I have it but I didn't add it to the post
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago - last edited 4 hours ago
So in your notification, you are calling this email script? Are you sure that part is right? It should look like this in the body of your notification:
${mail_script:NameOfYourScript}
Because if that's right and there is really a variable with that exact name, your code should work.