Can we use open browser with two variables ? ( E.g the final link is composed of two variable )

Hi
welcome to uipath community
yah ofcourse there can be two variables been concatenated together
but make sure that both are of string type or if they are not add
site.ToString+url.ToString
and both combined together should be a URL

hope this would help you
Cheers @georgiana.badea

@georgiana.badea

Welcome to the uipath community.

It seems like you are passing array into the Open Browser activity.

You have to pass like this.

      site+item

Hope both are string variables and it will be URL.

Tks …it’s working.
have a nice day

1 Like

Awesome
You too
Cheers @georgiana.badea