Description
Allows you to merge multiple entity collections into one entity collection
Signature
MergeEntityCollections('collection1','collection2','collection3' )
Example
MergeEntityCollections(GetVar('CollectionPhoneCalls'), GetVar('Tasks'))
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| collection1 | xxxx | xxxx | xxxx |
| collection2 | xxxx | xxxx | xxxx |
| collection3 | xxxx | xxxx | xxxx |
