ENCODE_URI()

Prev Next

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"