XML Parse

Hi @mikamol
Find the attached sample Main.xaml (8.1 KB)
that is showcasing following:

  • Retrieving all Field elements
  • Retrieving all Id elements (Parent is Field)
  • Retrieving the particular Answer Value for a particular Id

As this XML is defining the namespace:` xmlns="urn:abou:documents:ka:Case
The Root element Name is not Case it is: e.g. urn:abou:documents:ka:Case:Case
So the namespace part is to take into account
Solved with using namespace manager

Kindly note the order from a XML Document returned Sequence is not mandatory position safe. In the log output you will some entries on different positions

2 Likes