Can't get list box selection right

I’m trying to automate the selection of items from a list box then click an “OK” button. When I run the automation I can see the items being selected, highlighted correctly in the list box. But when the automation clicks “OK” the result is always as if the first element of the list box was selected regardless of selected item. I should add that when I record the selections and click “OK” I get the same, unexpected result. I can’t seem to select anything but the first element while recording and running an automation.

@DaBOT try using a Click Text Activity. When indicating on screen, indicate the selector so that the whole drop-down box is selected (a blue rectangle region of all the selectable items).

Awesome! That seems to do the trick. When recording the automation, UiPath used the Select Item activity…Thanks so much!