How to access specific key and value from dictionary without loop in uipath

0 votes
I have  a dictionary of (String, string) created with sample values {"Key1","Value1"}, {"Key2,Value2"}.

Now, i need to access only Value2 based on the name of the key i.e. "Key2". How can this be done?
Apr 13, 2019 in RPA by anonymous
8,510 views

1 answer to this question.

0 votes

Hello, you can access value of a specific key just by using following line:

DictionaryName("key_name)

For eg. if your dictionary name is dict, you can write dict("key2") to get Value2:

answered May 2, 2019 by Anvi
• 14,150 points

Related Questions In RPA

0 votes
1 answer

How to get key by value in Dictionary UIPath?

Hi Slava, I think you are facing ...READ MORE

answered Jul 8, 2019 in RPA by Abha
• 28,140 points
6,559 views
0 votes
1 answer
0 votes
1 answer
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,497 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,361 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,900 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,384 views
0 votes
1 answer

How to loop through a dictionary in UiPath?

Hey @Ravi, if you have a dictionary ...READ MORE

answered Mar 14, 2019 in RPA by Anvi
• 14,150 points
1 flag 10,755 views
0 votes
1 answer

How to read Month and Select Start & End Date from a Calender in Uipath?

Hello Apeksha, If you need start date of ...READ MORE

answered Oct 23, 2019 in RPA by Anvi
• 14,150 points
5,686 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