How to handle HTML entities with original characters
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2024 09:41 AM
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 emailbody going forward in script i need to convert so it should be @
like this it should handle all HTML entities dynamically how?
0 REPLIES 0