- 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.

- 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
Muhammad

- 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
Muhammad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2022 12:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2022 12:53 PM
hello can you try this
${current.variables.your_variable_name_of_username}
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2022 01:49 PM
Thank you Mohith, appreciated it.