- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-07-2025 11:12 PM
When I'm trying to use my email script in email template
I'm getting
can I know the reason for this
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-14-2025 03:16 AM
Thank you for marking my response as helpful.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-07-2025 11:23 PM
Hello @Vedavalli ,
This typically means that either the mail script does not exist or there is a script error in it.
Try to locate the script :
> System Notification > Email > Notification Email Scripts -> search for the Email script "missing_fields_data".
If the script exist, open the script and resolve any errors. Try Background script if needed. OR
share the script to know more about the errors.
If this solution helped resolve your issue, please consider marking it as helpful or correct.
This will assist others in finding the solution faster and close the thread.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-08-2025 12:24 AM
Hi @Shree_G
this is the script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-08-2025 01:09 AM
try to debug if you are configuring it correctly
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-08-2025 12:56 AM
Hello @Vedavalli ,
The script is fine and without error. I tried on "incident" table and it worked as expected:
Re-check your configurations and on which table are you using it.
Also, why are you sending a notification to a user when the fields are blank. You can use Client scripts to do such validations instead of Email script.
If this solution helped resolve your issue, please consider marking it as helpful or correct.
This will assist others in finding the solution faster and close the thread.