How do I add a field to my workflow which would be a look up to another data source?
I have a workflow with say 50,000 records (lines) and say 10 columns, I wish to add a field from a different source which has one field that matches in the workflow
I want to see an output with 50,000 records and 11 Columns, with the 11th Column populated only if a value exists in the 2nd course.
I have tried a Join with a Union to the Left Join but this is creating a bigger population.
Am I on the right track or is there another better method?
Thanks in Advance
Ajay