I used Assign Activity as follows.
Out (System.String) = xDoc.Root.Descendants(xnsDefault + “File”).Select(Function (x) x.Value).ToArray
Out Output is arriving as follows:
System.String
Where do i please need to rectify please
I used Assign Activity as follows.
Out (System.String) = xDoc.Root.Descendants(xnsDefault + “File”).Select(Function (x) x.Value).ToArray
Out Output is arriving as follows:
System.String
Where do i please need to rectify please