Calling global variable to object repository url

Hi, I am trying to call global variable I made on profile named “host” to url in object repository.
This is what I am doing, seems not working.

${host}/basic/user/…

Error : “Cannot send the test request. Reason: illegal character in path at index 1 : ${host}/basic/user/…”

Is this the right way to call the global variable to url in OR?
I have read the doc about this, but most of it works for the script mode

Thank you in advance,
Ronny

you have to use ${GlobalVariable.host}/basic/user/…”
see: https://docs.katalon.com/katalon-studio/docs/execution-profile-v54.html#use-a-global-variable

2 Likes

Thank you so much.
Its working