Merge Data Structures
Overview
Merges each item from the sources list in turn into the target data structure. The sources must all be the same type (array or object). The target must be the same type or empty.
Parameters
Parameter | Parameter | Valid Blocks | Required |
---|---|---|---|
Sources | The data structures to merge into the target | Data Structure Process Block Group | No |
Target | The data structure into which to merge the items | Reference Block Group | No |