---
title: "INT_TO_HEX()"
slug: "int-to-hex"
updated: 2025-10-14T16:28:26Z
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.

# INT_TO_HEX()

## Description

Returns the hexadecimal representation of the given number

## Available In

- **Apps**
- **Automations**

## Syntax

INT_TO_HEX(n: Number) => Text

## Example

INT_TO_HEX(43800) = '0xAB18'
