How to select Item from the drop down list making it configurable for any data?

image
P
I want to select a particular data from the drop-down menu for which I have tried the CV screen scope with CV drop-down activity, But It’s process is not configurable for any data. Also, I have tried select Item from list activity.Getting this exception “UiPath.UIAutomationNext.Exceptions.UiAutomationException: Cannot select item. It was not found among existing items.”

@Nishita_Jain
seems your portal not supporting select item.
Then you need to use two clicks.
where you will make second click as dynamic with your vaiable.


Any changes in the selector of Select Item?

@Nishita_Jain Select Targetting method as Strict Selector only.

@Nishita_Jain

two things to note here

  1. The selector should indicate the right element try usign ui explorer to make it better
  2. the value you want to select should be exactly matching with the value in the dropdown…even a different cases or extra space might cause an issue in selecting

cheers