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

# Set Variable

> Store workflow or global scoped variables

# Set Variable

Store workflow or global scoped variables

## Properties

| Property   | Value        |
| ---------- | ------------ |
| **Type**   | set-variable |
| **Family** | Actions      |
| **Group**  | General      |

## Parameters

| Name  | Label         | Type   | Description    | Required |
| ----- | ------------- | ------ | -------------- | -------- |
| name  | Variable Name | String |                | Yes      |
| value | Value         | JSON   | Value to store | No       |

## Outputs

| Name  | Label | Type   | Description   |
| ----- | ----- | ------ | ------------- |
| name  | name  | string | Variable name |
| value | value | any    | Stored value  |
