Description
Returns a URL-encoded string version of a URI.
Available In
- Apps
- Automations
Syntax
ENCODE_URI(component: Text) => Text
Example
ENCODE_URI("http://example.com/a=foo&b=a test") = "http://example.com/a=foo&b=a%20test"

Returns a URL-encoded string version of a URI.
ENCODE_URI(component: Text) => Text
ENCODE_URI("http://example.com/a=foo&b=a test") = "http://example.com/a=foo&b=a%20test"