How to HTML encode/decode in UiPath

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