Hi
we can use find children activity to get all the items from the drop down.
The find children activity returns an ienumerable list, which you can iterate using a for loop and get its name using a get attribute activity and mention the attribute property as “aaname”
For more details this thread would help u with an xaml
To get as an array, first let’s get the value from find children and get attribute
Assign the output you get from get atttibute to a activity called ADD TO COLLECTIONS
Where in collection property mention as listoutput
Where listoutput is a variable of type system.collections.generic.list(of string) with default value as nee list(of string) created in variable panel
And in Item property pass the output variable we got from get attribute
Cheers @Hulya_Cetinkaya