Launch Browser with URL variable

Hi,

Is it possible to launch a browser window with a URL that is stored in a variable? I read a URL in from a configuration file and then launch that URL in the Open Browser activity. The browser opens fine but the URL that gets inserted is the variable name eg. strBBC rather than www.bbc.co.uk.

Cheers,
Russ.

Absolutely! Example attached.

Really this should be an argument that you pass to your process as you may want to change it in future.

Main.xaml (5.2 KB)

Richard

1 Like

Thank you- your example pointed out my idiotic mistake! Placing the attribute rather than value into the variable.