Hi John,
The URL receives a text parameter and as such you need to escape your string.
You need to surround your URL with double quotes for it to work "http://xxxxxxxx [Your url]".
Hope this helps,
Guilherme
The URL receives a text parameter and as such you need to escape your string.
You need to surround your URL with double quotes for it to work "http://xxxxxxxx [Your url]".
Hope this helps,
Guilherme