Does anyone know why I can’t extract the value of the customerID, from the XML?
In the past I did the same thing and I succeeded.
I have the XML in the XmlOutputDoc and I use :
XmlOutputDoc.Element(“export”).Element(“batchid”).Element(“customer”).Element(“header”).Element(“customerID”).Value
This is the value of XmlOutputDoc