# Get Dropdown Options

## Overview

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

**Get Dropdown Options** returns an **Array** of all of a [**Dropdown Object's**](https://docs.incari.com/incari-studio/2023.2/objects-and-types/scene2d-objects/gui/dropdown) `Options`.

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

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The **Dropdown Object** whose `Options` 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. |
| `Options`          | **Array** | The `Options` of the inputted **Dropdown Object**.                                                                                     |

## See Also

* [**Set Dropdown Options**](https://docs.incari.com/incari-studio/2023.2/toolbox/incari/object/set-dropdown-options)
