
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2019 11:10 PM
Hello! Has anyone found a way to remove the "Additional Comments" text highlighted in the screenshot? I am using the ${current.comments} variable on my notification and the customer would like it removed but I haven't seen a way to remove it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2019 11:54 AM
Hi Pete,
Does the below work (untested) ? :
notes = notes.replace('(Additional Comments)','');
Regards
Paul

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2019 12:47 PM
That worked! Much appreciated!! Have a good one!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2022 01:49 AM
Hi @Paul Curwen
How can remove the date and time in the comment. Can you help me with that?