How to write quotation marks in UiPath

0 votes
Hello,
I need to pass an argument to my start process activity but it recognizes the argument (a string with three words) like three arguments. How can I write quotation marks in UiPath?
Thanks
Nov 7, 2019 in RPA by Apeksha
• 1,110 points
5,703 views

1 answer to this question.

0 votes

Hi Apeksha, I too faced a similar issue and to resolve it I tried this work-around. You can write quotation marks with Chr(34) function.

For Ex: Chr(34) + myStringVariable + Chr(34)

I hope this would help you.

answered Nov 8, 2019 by Abha
• 28,140 points

Related Questions In RPA

0 votes
1 answer

How to use Not contains function in string in UIPath?

you can use the following approach  strValue = ...READ MORE

answered May 16, 2018 in RPA by wrecker
• 3,110 points
4,535 views
0 votes
1 answer

How to select an item in UiPath that starts with a string

use a wildcard in selector. make sure that ...READ MORE

answered May 21, 2018 in RPA by wrecker
• 3,110 points
3,198 views
0 votes
1 answer

How to go to next tab in windows GUI in uipath

You can send Ctrl + Tab for each tab READ MORE

answered May 22, 2018 in RPA by wrecker
• 3,110 points
2,012 views
0 votes
1 answer

Identify a Column in a database in UiPath Studio

There are two options to identify a ...READ MORE

answered Feb 12, 2019 in RPA by Sahiti
• 6,370 points
2,486 views
0 votes
1 answer

Which edition of UiPath is more suitable for individual use, Enterprise Platform or Community Edition? Why?

UiPath’s Community Edition (CE) is the version which is ...READ MORE

answered Mar 7, 2019 in RPA by Mishti
• 480 points
1,357 views
0 votes
1 answer

Write multiple line message using message box

@Rashmi Message Box activity in UiPath does ...READ MORE

answered Mar 4, 2019 in RPA by Abha
• 28,140 points
13,854 views
0 votes
1 answer

How to connect to MySQL database using UiPath?

Follow these simple steps to connect to ...READ MORE

answered Mar 7, 2019 in RPA by Mishti
• 480 points
8,363 views
0 votes
1 answer

How to move all files from Source to Destination Folder in UiPath?

Hi Pragati, in order to move files ...READ MORE

answered Mar 8, 2019 in RPA by Abha
• 28,140 points
5,365 views
+2 votes
1 answer

How can I connect Robots to Orchestrator in UiPath?

Hey Rakshit, for connecting Robots to Orchestrator, ...READ MORE

answered Mar 12, 2019 in RPA by Abha
• 28,140 points
20,773 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP