Trying to send Email after completion import set in Transform Map
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
7 hours ago
I am trying to send email after importing the data into the servicenow and here I am using Transform Map Script Event : OnCompletion but not gettting the result.
For that I had registered an Event also called it in notification and in notification also called Email script and in email script I am using template.print() for printing the body of email....

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Is the email being sent? You didn't show your "When to send" tab, so I'm not sure if it's set up to run when the event is triggered.
Is the event getting triggered correctly?
If all that is working, is the email script not working correctly? If that's the case, can you let us know what you are getting and what you are expecting?