Special Characters not showing correctly in HTML content

I am getting the HTML content from an email in GMAIL and the special characters are not showing correctly
For example : “&” is showing "&“amp;”
Is there any way to solve this issue ?

That is because the special characters like & are HTML encoded.

If you don’t want the HTML encoding, then use the Text Content variable, or use the HTML to text module to convert it back to text.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

2 Likes

The HTML to text module is working, thank you so much.

1 Like