Union Activity
The Union activity combines two datasets into a single, new dataset. Unlike the Merge activity, Union ensures that duplicate entries present in both original datasets appear only once in the resulting combination set. Both input datasets must share an identical pattern for successful execution.
| Field | Description | Requirement |
|---|---|---|
| Dataset name | Reference name of dataset which will be used for operations. | Required |
| Dataset name 2 | Reference name of the 2nd dataset selected for processing. | Required |
| New dataset name | Reference name of dataset which will be created. | Required |
Action Types & Examples
Combined Dataset Output
- Format: string (dataset reference name)
- Example Result:
unionDS
Implementation Examples
Field Setup - Dataset name: newDS - Dataset name 2: newDS2 - New dataset name: unionDS
Technical Notes
The two datasets must have the same pattern.