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

# Data Transform

> Restructure data using a JSON template with dynamic expressions

# Data Transform

Restructure data using a JSON template with dynamic expressions

## Properties

| Property   | Value          |
| ---------- | -------------- |
| **Type**   | data-transform |
| **Family** | Logic          |
| **Group**  | Data           |

## Parameters

| Name     | Label    | Type | Description                                                                        | Required |
| -------- | -------- | ---- | ---------------------------------------------------------------------------------- | -------- |
| template | Template | JSON | Define the output structure. Use \{\{ NODE\_ID.field }} format for dynamic values. | Yes      |

## Outputs

| Name | Label | Type   | Description                           |
| ---- | ----- | ------ | ------------------------------------- |
| data | data  | object | Transformed data with resolved values |
