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
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