# On Text Change

## Overview

![The On Text Change Node.](https://2628349686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwnv17cpjDin2deSlOz0z%2Fuploads%2Fgit-blob-a410927616e5bcd33d1779f7d068ffdaa7ca61b5%2Fontextchangenode.png?alt=media)

The **On Text Change Node** is an **Event Listener** **Node** used for executing a **Logic Branch** when something is entered into a [**Text Input Object**](https://docs.incari.com/incari-studio/2023.1/objects-and-types/scene2d-objects/gui/textinput) and returns the inputted text.

[**Scope**](https://docs.incari.com/incari-studio/2023.1/overview#scopes): **Scene**, **Prefab**.

## Inputs

| Input             | Type         | Description                                                                        |
| ----------------- | ------------ | ---------------------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**.              |
| `Object ID`       | **ObjectID** | The **Object** in which a text change triggers the **Logic Branch**.               |
| `Subscribe` (►)   | **Pulse**    | An **Input Pulse** that needs to be triggered to start listening to the **Event**. |

## 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. |
| `Text`             | **String**   | The inputted text.                                                                                                                     |
| `Object ID`        | **ObjectID** | The **Object** received as **Input**.                                                                                                  |
