Action group: Collections
Connects two collections in the prescribed order.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
The first collection | The first collection | Robin.Collection | Yes | |
The second collection | The second collection | Robin.Collection | Yes | |
Results | ||||
Collection | The variable to which the resulting collection will be written | Robin.Collection |
If a variable with an existing collection is written to the result, it will be changed. Otherwise, a third one will be created.
There is a variable "Collection 1" with 10 records, "Collection 2" with 5 records. You need to create a variable "Collection 3" and write there the result of combining the values of "Collection 1" and "Collection 2".
Use the Join action.
The variable "Collection 3" contains 15 records.