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
Anil_G
(Anil Gorthi)
February 2, 2023, 4:53pm
2
@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. "
Anil_G
(Anil Gorthi)
February 2, 2023, 5:16pm
4
@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.
@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.
UiPath.Core.Activities.SelectMultipleItems Selects multiple items from a combo box or list box. After you indicate the UI element on screen, add the labels you want to select in the MultipleItems property. At runtime, the specified items are...
Thanks