Getting elements from arrays
To get an element in an array, refer to it using its index in brackets after the name of the array, for example, SomeBusinessObject.MyArray[2]
refers to the second element in MyArray
.
You can use this syntax in the source of an operation in the Data Association editor or in any other place where you can write an expression, for example, in a log handler, in the properties for a loop, or in a gateway condition (a decision point in a process).