Hello,
anyone could tell me, how do I properly pass arguments into Start Process activity?
I’m trying to start simple .vbs e.g.:
Dim title
x=msgbox(“B”,0, title)
And I want to pass title argument in UiPath in arguments box in activity. I’ve tried to pass string in quotation marks, with assigning “title=string”, nothing worked.
Where I am wrong? How to do it? I have to change something in the script?