Selecting combobox by using value inside excel row

Hi I’m pretty new to automation and still learning.

I want to ask how to select the value in dropdown by matching value in the excel that I already stored in data table. I dont want to use select element because there’s a lot of data and the data is varies so I just cant use the select element or item.

PROJECT

Thanks

1 Like

Hi @Miracle_Vernawan

Can you share the error message here?

Try to use in_TransactionItem.Specificcontent("Plant Code").Tostring

Regards
Gokul

2 Likes

Hi @Miracle_Vernawan

Welcome to the UiPath community

If you do not want to use a select element, you can use one-click activity to click on the dropdown field and another click activity to select the item.

2 Likes

There’s no error but I don’t think the robot will not work properly. Because usually if an app or web app using combo box, the value should be match by value not string but please correct me if I’m wrong.

Cheers @Gokul001
new

@sangeethaneelavannan1
Thank you for the warm welcome!

Hmm, I think I would prefer to use elements because I have a quite a lot of data that need to be processed. Can you teach me to use the select elements, but I need it to match the input in the select elements with the excel row that I already inputted into data table.

Regards,
Miracle

HI @Miracle_Vernawan

Check out this video link

Regards
Gokul

Dear @Gokul001,

Sure thing, will do. Thanks for the help

Regards,
Miracle