How to get value of specific key from dictionary and selecting this value from the drop down

hello,

I have the pairs of Key-Value in my dictionary, now i want to read the value of specific key and select this value in drop down list.

Suppose the value for the key(Say xyz) is Alphabets, the alphabets must get select in Drop down list

Thanks in advance!

@Aishwarya_Thakur,

Use click activity to click on the drop down and select activity next. Then pass the dictionary value in select as

DictionaryName(“KeyName”).tostring

2 Likes