Hello Exalate team, we have connected our Salesforce Cases to another partner’s Salesforce case. We are receiving their comments with HTML I want to remove this, I tried a variation that I used in JIRA.
entity.comments = nodeHelper.stripHtml.(commentHelper.mergeComments(entity, replica))
However this returns the following error
No such property: stripHtml for class: salesforcenode.services.node.hubobjects.NodeHelper
This is what I use in SFDC <> JIRA connections that works
issue.comments = nodeHelper.toMarkDownComments(commentHelper.mergeComments(issue, replica))