How do we select and loop through a dropdown menu and select only certain items?

In my sample CRM app there is a dropdown menu with items like for example in the image below . I wanted to click and loop at each item except on the item 3 it should not Include the item on the list equal to item 3. How do we do that in UIpath ? Any idea ? Thank you.

image

Hi @Jelrey,

You can take a look at the below post.

In your case, you can use the regular expression Item [12], you can also change the regex as per the need.

Hope this helps.
Happy coding! :slight_smile:

@Jelrey
a well proofed approach is to use find children and compute later the found selectItems.

Let us know in case of you need more help on this