- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
The deduplication is unnecessary, unless you want to add new deduplication logic on top of the output.
Union activity doesn't behave the same as sql union (append)- it deduplicates based on Reconciliation as defined in activity (default pk).
Thanks,
-Jon