I’m trying to read all xml files from my documents folder. I’ve tried to create an array of Objects (Xdocuments and XObjects too) and then read one by one using for each loop. This is not working, when I execute the robot it says “For Each: Unable to convert an object of type ‘System.String’ to type ‘System.Xml.Linq.XDocument’.”
for each’s type of argument is xdocument
Is there any other way to do this?