Select Item Activity Not Work in Select Item

Hi @shrikrushna.bhoi

use a single click activity with a dynamic selector that includes the dropdown item’s visible text. validate the selector using ui explorer and add aaname or innertext attribute if needed. add delay or retry scope if dropdown loads slowly.

Or

another way is to use “select item” activity if the dropdown is a standard html/select control; otherwise, use “click” to open the dropdown, then “type into” with the item text followed by an “enter” key.

If you found helpful please mark as a solution. Thanks
Happy Automation with UiPath