---
title: "ENCODE_URI_COMPONENT()"
slug: "encode-uri-component"
updated: 2025-10-14T16:28:25Z
published: 2025-11-19T15:55:50Z
---

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

## 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"
