Thought from my side. Did you tried select item activity in UiPath to select vale from drop-down you have to input your name try giving your code alone and see whether it is clicking correctly or not. And also refer the below thread for your reference.
I tried this but got this error. Selecting an item from the already generated dropdown list works though.
Source: Select Item ‘From’
Message: Cannot select item. It was not found among existing items.
TIP: Some combo-boxes delay load items until its dropdown is expanded. Try to simulate a click on control prior to selecting an item.
I can’t use the selector for the drop-down values. Finding the children/getting attributes also don’t help. I can’t seem to think of any way to go through with this.
Thank you
we would not recommend to approach in this way. It looks like a web application. Dropdowns in webpages can be one type of variations:
select/option elements
textfield/datalist
webkit constructs
In a first analysis phase it is to find out, which type is present / is this dropdown made of.
For this use the browser f12 webtools along with the UiExplorer and a more deep analysis. E.g search for the elements forming the dropdown and search for elements representing an dropedown item.
After writing the expression… how do I assign the filtered value to the new variable? What type does it need to be because it can’t be string. Thanks in advance