hb7of9
1
How can I copy the URL address?
ulrich
2
You can get this value from the ${!URL} internal var
hb7of9
3
Thanks … I must be doing this wrong ?

hb7of9
4
Still no luck with this.
{
“Name”: “copy test”,
“CreationDate”: “2019-7-15”,
“Commands”: [
{
“Command”: “comment”,
“Target”: “{!clipboard}",
"Value": ""
},
{
"Command": "store",
"Target": "{!URL}”,
“Value”: “!clipboard”
}
]
}