Need to add quotes to a variable and pass the concatenated variable as an input

Hi,

I have a problem in adding quotes to the variable url

urlVar has https://www.uipath.com

I need to add quotes to the urlVar , the output should be as
https://www.uipath.com

To note the urlVar is variable , the value keeps changing

Hi,

Can you try the following expression?

""""+urlVar+""""

Regards,

Thanks, that worked

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.