XML Extraction

@robin.morgan
Welcome to the forum

Deserialize the XML with the deserialze XML acttivity - xDoc as output Variabtt
hen try:

For each Activity: item in cDoc.Root.Descendants(“DocumentData”)

  • (Again A nested loop):
  • For Each xe in item.Elements()
    • Log Message: xe.Name & " - " & item.Value