Documentation Index

Fetch the complete documentation index at: https://support.tulip.co/llms.txt

Use this file to discover all available pages before exploring further.

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"