> 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/dictionary/get-dictionary-values.md).

# Get Dictionary Values

## Overview

![The Get Dictionary Values Node.](/files/hX8EOS8c2JwTJVa6DvfB)

The **Get Dictionary Values** **Node** takes a **Dictionary** as **Input** and yields its set of `Values`. It also outputs the received **Dictionary**.

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

## Inputs

| Input             | Type           | Description                                                           |
| ----------------- | -------------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**      | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Dictionary`      | **Dictionary** | The **Dictionary** whose `Values` you wish to obtain.                 |

## 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. |
| `Dictionary`       | **Dictionary** | The **Dictionary** provided to the **Input** **Socket**.                                                                               |
| `Values`           | **Array**      | An **Array** containing the `Values` from the given **Dictionary**.                                                                    |

## See Also

* [**Dictionary Value**](/incari-studio/toolbox/dictionary/dictionary-value.md)
* [**Set Dictionary Element**](/incari-studio/toolbox/dictionary/set-dictionary-element.md)
