This is what I am currently getting when I combine the two tables in the workflow. I'm using a union.
This is what it looked like when I performed this in excel previously. I would like to replicate this process in Alteryx for me. Can anyone assist me on how to get the outcome to look like the below?
Solved! Go to Solution.
You want to use the JOIN tool, not the UNION tool.
Join tool will give you a similar behavior as an Excel VLOOKUP. The Union tool simply stacks data.