# Get Name

## Overview

![The Get Name Node.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-6169cdf0666b6f97006214e7d4e8a8fca9ca32b4%2Fgetnameupdatedimage.png?alt=media)

The **Get Name Node** returns the name of an **Object** when its **Object ID** is provided.

## Attributes

![The Get Name Node Attributes.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-6ec8d36b26f91587c4c60abc7b5f2f0c8710235a%2Fgetnamenodeattributes.png?alt=media)

| Attribute | Type         | Description                                                                                 |
| --------- | ------------ | ------------------------------------------------------------------------------------------- |
| `Object`  | **ObjectID** | The **Object** whose name will be returned, if one is not provided in the **Input Socket**. |

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The **Object** whose name will be returned.                           |

## 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. |
| `Object Name`      | **String** | Returns the name of the specified **Object**.                                                                                          |
