I am using the Get Children activity to take a list of information, find all of the descendants that match based on the selector. This gives me a list of all positive matches from the list in the type IEnumerable but I cannot display the attributes of any of the matches.
How can someone take the UiElement variable to make it display the attributes etc for use in log messages, and message boxes.