Decodes a URL that has been URL encoded
Syntax
unescape("value")
Parameter
URL: A URL that has been encoded, surrounded by quotes, or a feed attribute or formula column that returns a string.
Example
[unescape("https%3A%2F%2Fgoogle.com")]
returns https://google.com.