I currently have a test application that retrives data from an external API. However, some of that data is HTML entity encoded (i.e. & instead of & and < instead of <). Is there anyway to get a text block to decode the HTML entities?
I think zapier has a code zap that does that