In web Page how to select an value from dropdown

Hi All,

I want to select an value from dropdown. In single webpage i have to select dropdown value for multiple fields.
I tried with community details i have not find any suitable solutions.
can someone suggest me right tool to pick the value from dropdown.

Thanks,
Niranjan

@niranjan.kummara

Did you try using select item activity?

cheers

@Anil_G Yes i tried, but im getting below errors, Please sugges.

"Target or input UI Element must be set.
Value for a required activity argument ‘Item’ was not supplied. "

@niranjan.kummara

It saya the value that you need to select is not provided…you have to give a value

And also you did not indicate the element i guess

Cheers

@Anil_G Im not sure how to fix the issue . i tried with multiple ways, it is not working as showed videos. please help me with any sample workflows

Hey

please refer from this example
Main.xaml (16.6 KB)

here is the webpage that it will run

Regards

1 Like

@fernando_zuluaga @Anil_G I tried multiple ways Select tool im not sure how to use it, Is there any other tool avilable similar to select tool, please suggest.

Hey

please use two click activities, first one to open the dropdown, second one to click in the element you need

Regards

@fernando_zuluaga Could you please help me with image/screenshot.

Something like that

Regards

@fernando_zuluaga thank you i will try in the same way

1 Like

Hello @niranjan.kummara

You can check the Select Multiple Item activity to achieve this.

Thanks