For Each name in the Drop Down list

I would use For Each UI Element. Designate the pulldown as the main element, and filter on the OPTION tag. This will loop through the options, and you can then do things like Get Attribute to get its value, use the element reference to click and type, etc.