# Get Node Name By Index

This is a pre-built action available under the **Captured Tree Element** from the **SAP GUI Application**. The functionality of this action in Avo Assure is to extract the text from a specific node in the tree structure and save the result in the dynamic variable.

###  Syntax&#x20;

**Input Value:** `<Path1>; <Path2>;…;<PathN>;<>;<Column Data>(optional)`

| Argument                     | Description                                                                                 |
| ---------------------------- | ------------------------------------------------------------------------------------------- |
| \<Path1>;\<Path2>;…;\<PathN> | Provide the sequence of hierarchical node names or identifiers to navigate through the tree |
| <>                           | Leave blank                                                                                 |
| \<Column Data> (Optional)    | Specific column content to help refine the node selection                                   |

**Output Value**

| Argument                      | Description                                      |
| ----------------------------- | ------------------------------------------------ |
| \<Dynamic Variable>(Required) | Stores the text of the selected tree node.       |
| \<Dynamic Variable>(Optional) | This variable stores the status as True or False |

&#x20;Example \
&#x20;\
Fetches text from a specific tree node in the SAP GUI \
The Get Tree Node Text action takes the node path from the Input Value column (e.g., Workbench Demos;Controls;Tree Controls;SAP Column Tree) and retrieves the text from that node. The extracted text is stored in the {Tree Node Text} variable, and the execution status is stored in the {Status} variable


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.avoautomation.com/avo-assure/actions/sap/tree-control-operations/get-node-name-by-index.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
