How to handle html entities
In the below ServiceNow script business rule if emailbody contains any HTML entities then it needs to be converted to corresponding original characters how?var emailbody = current.u_email_body;i.e : like for @ I am getting value as @ in emailbod...
