Tring to append response variable "hash" to a base url.
For example...
Base = "https://Google.com" Variable = 'xyx123'
... then send message of (Base + variable) in URL format.
Is there a way to do this? I feel I have tried just about everything.