Gets the unencoded version of an encoded component of a Uniform Resource Identifier (URI).
Certain characters are not permitted in URL query string parameter values and need to be encoded/escaped. For example, the value "abc def" must be encoded as "abc%20def". Use this activity to decode parameter values that are encoded.
Value |
Required Type: String The value to decode. |
result |
Type: String The decoded value. |
For information about the ID, Display Name, and Description properties, see Properties Common to all Activities.
This activity works when the device has intermittent connectivity to the network.
See also...
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent