---
title: "ENCODE_URI()"
slug: "encode-uri"
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()

## 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](http://example.com/a=foo&amp;b=a%20test)"
