escape
function encodes an URL.
Note: This function is only available in Templates and can’t be used in Reporting.
Syntax
escape("value")
Parameter
value
: Value provided should be in a text format.
Examples
[escape("https//google.com")]
returns https%3A%2F%2Fgoogle.com.