Need to exclude additional comments history from worknote
I want to display only the latest additional comment in the work note and exclude the rest of the comments' history.I tried the below logic but not working as expected.var inboundEmailContent = /* get the content of the inbound email */;var currentAd...
