Hi All,
I have attached a simple workflow.
Input 1 contains a list of identifiers. I want to know which of those identifiers appear in Input 2 (in column Class ID). When using "Join", I end up with many rows with the same "MyID" as shown below.
Of course I can use "Unique" to end up with two rows showing "MyID" = 329 and 5747.
But somehow it feels that I shouldn't be using "Join" here. Is there a cleaner way of doing this?
Thanks