Setting elements in arrays
You can set an element in an array using a Copy operation in the Data Association editor. The target should be the name of the array with the element index in brackets, for example, SomeBusinessObject.MyArray[2]
.
The source can be an XML Literal, the output of an XPath function that returns an object of the correct type, or a data object (variable) of the correct type.