How to select matching value from drop-down

Hi Team,

I am trying to select value from dropdown and using type into activity. When the text is entered, there are 2 records coming for selection and I am using enter after type into. So bot is selecting first value even if second is correct.

For Eg:- Value i am entering as ‘Extract data’ in drop-down but after entering value there are 2 records appering like below,

  1. ‘Extract data- Center’
    2)'Extract data ’

Then, how bot will click on 2nd option?

Hi @Smitesh_Aher2

try Select item activity
image

Regards,
Gowtham K

Thanks @Gowtham_K115 for your response But, select item activity also not working.

Use find children activity, create a output and pass it in the for each loop then check for condition using if

Getting below error
image