- 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
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:
Hope It helps
Regards,
4 Likes
Thanks Lucas ,Very helpful info!
1 Like