Drop down list

  1. Can UIPath capture all items in a list (drop down box)? … if so, what is the best method for storing those values?
    2

Hello!

Yes. Uipath can capture all items from a DropDown list :slight_smile:

You have to use “Get Attribute Activity” and select “items” on Attribute Property. Then you just have to indicate the dropdown list and do a For Each to get each value.

Something like this:

image

Hope It helps :smiley:

Regards,

4 Likes

Thanks Lucas ,Very helpful info!

1 Like