Decodes a URL that has been URL encoded.
Syntax
unescape("URL")
Learn more about syntax for functions.
Parameter
URL: A URL that has been encoded, surrounded by quotes, or an inventory attribute or formula column that returns a string.
Learn more about referring to inventory attributes.
Example
[unescape("https%3A%2F%2Fgoogle.com")]
returns https://google.com.