I’m new to UI Path and recently finished my first project, although it had a few challenges. I was attempting to read values from Excel and input them into browser fields. For example, I read and input the value “INDIA” into a browser field, but it was the 2nd option on the dropdown list. Unfortunately, I couldn’t select the 2nd option, “INDIA.” I want to create a dynamic RPA where it can search for and select the desired value wherever it is in the list. Can you please help me fix this issue?
Hi Ganesh,
Welcome to the Community!
Are you using the Select activity to select from the dropdown?
If so, please pass the variable to the ‘item to select’ property of select activity.
Hi @Ganesh_N1 ,
Welcome to UiPath Community.
Please use Select Item activity and select that dropdown box, provide value in variable.
Thanks,
Sandhiya P