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_COMPONENT()

Prev Next

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"