# Get Dictionary Values

## Overview

![The Get Dictionary Values Node.](https://3009747178-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MIspkFTPkuGkv4UgQGs-1330240639%2Fuploads%2Fgit-blob-8936e3e394fdee045ab13de69b73776595b8183f%2Fget-dictionary-values.png?alt=media)

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

## 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**](https://docs.incari.com/incari-studio/2021.1/toolbox/dictionary/dictionary-value)
* [**Set Dictionary Element**](https://docs.incari.com/incari-studio/2021.1/toolbox/dictionary/set-dictionary-element)
