> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/toolbox/string/stringvalue.md).

# String Value

## Overview

![The String Value Node.](/files/JdjwCka623397weTOtU0)

The **String Value Node** returns the `Value`, or contents, of a **String**.

[**Scope**](/incari-studio/toolbox/overview.md#scopes): **Project**, **Scene**, **Function**, **Prefab**.

## Attributes

![The String Value Node Attributes.](/files/W2Uk55TMbDFxMsAc0Qcl)

| Attribute | Type           | Description                                                                                       |
| --------- | -------------- | ------------------------------------------------------------------------------------------------- |
| `Value`   | **User Input** | User inputted text set as the `Value` when there is nothing connected to `Input` on the **Node**. |

## Inputs

| Input             | Type       | Description                                                           |
| ----------------- | ---------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**  | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Input`           | **String** | The **String Variable** set as the `Value`.                           |

## Outputs

| Output             | Type       | Description                                                                                                                            |
| ------------------ | ---------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**  | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Output`           | **String** | The ouputted `Value` of the **String**.                                                                                                |
