Select Item activity

Hey @thirumarand

If i am not assuming you wrong then you wants to check that particular value exists in the combo box/ select box or not then you can try below approach and after check that item is available or not by using if condition use “select item” activity to select the element you wants.

You can use “Find Children” Activity and you can use for- each loop construct to loop on “UiPath.Core.UiElement” and inside this use “Get Attribute” Activity to get “aaname” and and compare the output of this to Loop item.

For reference check this thread and let me know :slight_smile:

Regards…!!
Aksh

2 Likes