I can promote fields, but by this i can gain access only to non repeatinf elements and attributes. How can i implement someting like
foreach(XmlElement childrecord in Message_1.SelectNodes(\”//childrecords\”)) { // something like send notification to expert, whose email is in childrecord.GetAttribute(\”email\”) }
For simple scenarios, you can use a for-loop combined with the xpath() function inside an expression shape to get each element and process it. (basically you simply change the index in the xpath expression according to an iteration index)