sap_find_tree_node_by_path
Find a tree node key in an SAP GUI tree by specifying a node path like '2\1\2' for child indexing. Returns the node key for further interaction.
Instructions
Find a tree node key by its path.
E.g., '2\1\2' = 2nd child of root, then 1st child, then 2nd.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| tree_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||