Parametrise object retrieved value from global variable

Hello,
I have a global variable which read data from an excel and i have a parametrise object which i set as only attribute “href= ${App-Url}”. The issue is that at runtime, i want that the parametrise object get the value from the GlobalVariable value. However, this does not work. Is there any solution?

@Ziyaad How did you set up your parameterize object? If we see that, we may be able to discern what you missed. Also, have you read the following:

@Ziyaad

try declaring the value of href as below

//*[@href = ‘${GlobalVariable.App-Url}’]