> ## Documentation Index
> Fetch the complete documentation index at: https://docs.reelevant.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Transform

> Apply data transformations to values from other nodes

<img src="https://mintcdn.com/reelevant/amH2YHA9709Bju3v/images/workflows/node-transform.png?fit=max&auto=format&n=amH2YHA9709Bju3v&q=85&s=fe0d70a9910f6ee55f842768ca0cae6b" alt="Transformation node configuration panel showing transformation editor" width="1024" height="768" data-path="images/workflows/node-transform.png" />

## Overview

The Transform node applies data transformations to values from other nodes. Transforms let you manipulate, combine, or reformat data within the workflow.

## How It Works

1. Add a Transform node downstream of the data you want to manipulate.
2. Select a transformation from the available list.
3. Configure the transformation parameters — choose the input field and any options.
4. The transformed value becomes available to downstream nodes through the Variable Picker.

## Available Transformations

Refer to the [Transformations](/advanced-guide/transformations/introduction) section of the API reference for the full list of available transformations, including:

* **Text** — Case conversion, replace, split, template
* **Numbers** — Math operations, formatting, rounding
* **Dates** — Format, parse, difference, add/subtract
* **Arrays** — Get, intersection, unique, concat
* **Encryption** — AES decrypt, hash creation

## Best Practices

* Chain multiple Transform nodes for complex data manipulations.
* Use transforms to format data before it reaches output nodes — for example, formatting prices or dates.
* Check the [Transformations reference](/advanced-guide/transformations/list) for the full list of available operations.
