Append to Array
An array is a series or list of data elements of the same type. You can add a single data element to an array with the append action available in the data mapper. For example, you can append strings to a string array.
The append action is available in the Data Association editor for both structured and dynamic processes.
Ensure the following:
- The target expression type must be always an array.
- The source expression type must be of the same data type as the target array.
- Both the source and target expressions have to be valid.
To append to an array while configuring data associations: