Hello,I am trying to bind a text field in Designer 8.1 to a specific XML
element.An example of the XML structure:
Name1 Value1 ] Name2
Value2 Name3
Value3 I have been trying to bind
using $record.KeyValueGroup.ID[Name="Name2"].Value to return the value
of the Name2 property, however Designer rejects this expression.Would
anyone be able to advise where I am going wrong?I understand I could
achieve this using a Javascript function that enumerates the ID array,
but would prefer to find a soluti...