Hi,
I want to put an URL in a message of an action operation.
I build this URL with the name of my item like this :
https://myserver.com/{ITEM.NAME1}
My problem is that item name contain spaces so the URL is not correct.
Is it possible with regsub to replace spaces with '%20' ?
I want to put an URL in a message of an action operation.
I build this URL with the name of my item like this :
https://myserver.com/{ITEM.NAME1}
My problem is that item name contain spaces so the URL is not correct.
Is it possible with regsub to replace spaces with '%20' ?