Hello, is it posible to pass the URL value in the “action on click” with a string variable? I’m able to open the URL by typing it directly in the URL field but not passing a string variable by. variable = http:// Thank you
Hi Angel, you can pass an URL via a string variable, just tried the following. Variable: dynURL := CONCAT(‘https:’, ‘//www.google.’, ‘com’); And linked this variable in the Command URL field. I’ve send you an example via pm. BR, Frank