Anurag Tripathi
Mega Patron

HI,

You can use the below property to build the URL dynamically

gs.getProperty("instance_name")+".service-now.com";

OR

gs.getProperty('glide.servlet.uri')

PS, they both run server side so you may need to pass it using a display BR  

-Anurag

View solution in original post