# Get node name by index

This is a pre-built action available under the **Captured Tree Element** from the **Desktop Application**. The functionality of this action in Avo Assure is to fetch the node's name based on the index provided in the input, and save the result in dynamic variable.

### Syntax

**Input Value:** `<Path (Separated by ;)>`

| Argument                                         | Description                                                                                                                                                     |
| ------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p>\<Path (Separated by ;)></p><p>(Required)</p> | <p>Specify the index whare the node is available in tree element </p><p><strong>Note: Each value can separated by semicolon</strong> <strong>( ; )</strong></p> |

**Output Value:**

<table><thead><tr><th valign="top">Argument </th><th valign="top">Description </th></tr></thead><tbody><tr><td valign="top"><p>&#x3C;Dynamic Variable></p><p>(Required)</p></td><td valign="top">This dynamic variable holds the retrieved node name.</td></tr><tr><td valign="top"><p>&#x3C;Dynamic Variable></p><p>(Optional)</p></td><td valign="top">This dynamic variable holds the status of the action as <strong>True</strong> or <strong>False</strong>.</td></tr></tbody></table>

**Example:**

**Retrieves a node’s name from a tree element based on the specified index**

The **Get node name by index** action takes the value from the Input Value column (e.g., **1;2;3;4**) and fetches the node name located at the index position within the captured tree element. The fetched node name is stored in the **{Node Name}** variable (e.g., **Cursors** )

<figure><img src="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2FeE8FgLtmMoet2v4cgx1N%2Fimage.png?alt=media&#x26;token=0c67d635-bde7-4544-8119-2c44857bab5c" alt=""><figcaption></figcaption></figure>
