Hi!
I am building a workflow that is bringing in data from multiple sources, but is only bringing in entries that are not already in the main stream of the workflow.
As of right now, I am using input tools to bring in all the different inputs, then using a unique tool on each to only pull out unique entries in each input, then using join tools to connect each input to the main stream, and finally using a union tool to join the L output (only entries in each input not found in the main stream) to join all individual streams to the main stream. Unfortunately, it seems as if too many records are being brought into the join with the main stream.
Is there another way to create this process?
I have attached a photo of the workflow to hopefully make it easier to understand what I am describing (although the workflow does look quite messy).
Any help or suggestions are appreciated! Thank you!!