How to HTML encode/decode in UiPath

Hi, I am working with an API that sends the XML file which is HTML encoded. Meaning that instead of the < or > tags I am seeing &lt and &gt characters. I have been browsing the net to find an answer and I did (link). The only thing I can’t figure out is how to make it work in UiPath. Any help would be appreciated.

Thanks in advance.

15 min has passed and I found the answer on another website. :slight_smile:

system.Web.HttpUtility.htmldecode(string)

This is the web page where I found the answer..

10 Likes