How to get latest additional comments changes
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2020 10:16 AM
Hi experts ,
I am using below code in integration hub to get the latest additional comments in incident , however it is giving output "false" each time after updating the additional comments -
(function execute(inputs, outputs) {
outputs.cmt = inputs.incidentRecord.comments.changes();
})(inputs, outputs);
Can someone please suggest ?
Labels:
- Labels:
-
Integrations
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2020 10:53 AM
Thanks for your reply.
However if additional comments changes then only it should display last comments, its not working as expected.