How to get the last comment added by the agent onto notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 12:03 PM - edited 02-28-2024 12:04 PM
I have a use case where I am told to get the last comment added by an agent when rejecting the change request
I tried to use the below method using an email script but it doesn't fit my exact requirements -
Something like this -
28/02/2024 19:53:39 GMT - Shwetha Shenoy (Comments) reject and cancel
I only require the comments i.e. in the above scenario - reject and cancel and not the extra details i.e - 28/02/2024 19:53:39 GMT - Shwetha Shenoy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 11:37 PM
Below post could be helpful :
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0529930
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2025 06:58 AM
Try ${comments:1} or ${comments:2} or ...