# Size of Dictionary

## Overview

![The Size Of Dictionary Node.](https://3009747178-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MIspkFTPkuGkv4UgQGs-1330240639%2Fuploads%2Fgit-blob-16c264c6f929d9f6206e7b9846502b36c467bf4f%2Fsize-of-dictionary.png?alt=media)

**Size Of Dictionary** returns the total number of elements in a **Dictionary**.

## Inputs

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

## 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** supplied to the **Input** **Socket**.                                                                               |
| `Size`             | **Int**        | The total number of elements in the **Input** **Dictionary**.                                                                          |

## See Also

* [**Dictionary Value**](https://docs.incari.com/incari-studio/2021.1/toolbox/dictionary/dictionary-value)
