I am setting up a ReadXML activity in workflow to read the values returned by an API which returns in XML format.
After reviewing the documentation and multiple online examples of XPath notation I am having trouble finding one simple concept.
How do you get relational fields?
For example I have for each //employee node, both a firstName and a workEmail attribute. These fields are relational.
I can create an xPath Expression to get one or the other, or both by using the | option, but it does not delimit the results in any way that keeps them relational in the output.
Some employees do not have a workEmail, so having 2 separate multi-value tokens does not match index by index.