- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2022 02:42 PM
Hi,
I'm trying to CC the scheduled reports as below:
https://community.servicenow.com/community?id=community_question&sys_id=
56434fe1dbd8dbc01dcaf3231f9619d1
https://community.servicenow.com/community?id=community_question&sys_id=
64194948dbafbc102454e6be1396191a
However, this error message appears:
"Email script render error: email script [ new_test ] does not exist"
Can someone help me?
Attached script
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2022 03:57 PM
Hi, your partial screenshots are not an ideal source of information, but based on the details provided this is probably because you have white_space in your mail-script reference, and similar behavior can be produced in a PDI by adding white-space as shown in your screenshot.
Try removing the white-space IE
${mail_script:new_test}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2022 03:57 PM
Hi, your partial screenshots are not an ideal source of information, but based on the details provided this is probably because you have white_space in your mail-script reference, and similar behavior can be produced in a PDI by adding white-space as shown in your screenshot.
Try removing the white-space IE
${mail_script:new_test}