- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2024 10:42 PM
I have created a flow , whenever we change the additional comments it should send a mail to the caller mail with those additional comments , but whenever I update the additional comments , its sending all the additional comments new ones and previous too I only want to send the latest additional comments though mail, I am thinking of writing script but in email body I dont find any way to write script ? How can we achieve this ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2024 11:03 PM
@kiran kumar m1 you will have specify like ${comments:1},
please follow below servicneow document for more details scroll down to go line whether explain about comment variable to be used for any number of comment:
Hope this will help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2024 11:03 PM
@kiran kumar m1 you will have specify like ${comments:1},
please follow below servicneow document for more details scroll down to go line whether explain about comment variable to be used for any number of comment:
Hope this will help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2024 11:38 PM
@Abhay Kumar1 I have tried this in my email body but its not working , do I have to use it in email scripting?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2024 11:14 PM
please can you try the below?
Thanks
dgarad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2024 11:27 PM
Hi my flow is in this manner
the scenario is I have created a custom application , whenever a ticket is created and it is assigned to agents , if they need more info they will add the required info in additional comments , as the comments gets updated it should send a mail with the additional comments in the body , but when I put additional comments second time the previous additional comments are also getting attached in the body ? Can I frame the email template in the body using scripting and I want the latest comments only .