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.
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.
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.
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.