Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2022 12:22 PM
Dear NOW Experts,
Please help, I have a requirement where notification is to send to the user from a previous task. When the technician adds the user name and email.
How can I trigger the email to be sent to User Name 'Test User' and to email tuser@test.org.
a
Appreciate your Help.Thank you so much.
Solved! Go to Solution.
Labels:
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2022 12:27 PM
Hi,
In the advanced script try below
answer = current.variables.email;
Change the 'email' with actual name of email variable in the above script
Regards,
Muhammad
Regards,
Muhammad
Muhammad
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2022 01:49 PM
Thank YOU, Muhammad.. greatly appreciated.