Extract Data from XML file and store in an array

Thanks Peter,

Out: DataType Array of String = xDoc.Root.Decendants(xnsDefault + “File”).Select(Function (x) x.Value).ToArray

Now i Passed ‘Out’ variable to Log (info) activity, the output is
System.String

Any miss here