UiVision is not considering the @ID variable in the query

Guys I need help!

I set up an automation that needs to copy the ID attribute, since it is dynamic.
The problem that Macro no considers “@ID” at the end of Xpath.

Xpath used: /html/body/div/div[1]/div/div[1]/div/div/div[1]/@ID
How UiVision searches: /html/body/div/div[1]/div/div[1]/div/div/div[1]/

It doesn’t consider the @ID at the end, so it doesn’t copy the attribute I need and the macro fails.
Does anyone know how to fix this?

ERRO @ID

@ID

What is the xpath of the element from which you want to extract the ID?

The Xpath that I want to extract the ID from is: /html/body/div/div[1]/div/div[1]/div/div/div[1]

In the case of print, I want to extract the “ui-tabs-32”, but I realized that it is only the “@ID” at the end of the Xpath that UiVision does not recognize. If I put “@Class” it recognizes and extracts the text.