Description
Returns a URL-encoded string version of a URI component.
Available In
- Apps
- Automations
Syntax
ENCODE_URI_COMPONENT(component: Text) => Text
Example
ENCODE_URI_COMPONENT("a & b") = "a%20%26%20b"

Returns a URL-encoded string version of a URI component.
ENCODE_URI_COMPONENT(component: Text) => Text
ENCODE_URI_COMPONENT("a & b") = "a%20%26%20b"