magicParseXML help
Hello, I am running into an issue where I cannot import an XML file that contains more that one set of records. For example, a single record that has 3 columns imports fine: var test = httprequest.get('https://www.w3schools.com/xml/note.xml') datagrid.magicParseXML(test); However, if I try to import something with…