Hello community,
I have a dataset with 28 fields and half a million rows.
Within my dataset, I have 6 fields which I need to lookup in another table (simple lookup to get another field).
I can solve this using a couple of different ways:
- Combination of transpose and cross-tabs (will be an expensive operation for 28 fields and half a million rows)
- Use 6 'Join' tools (This is what I did for the attached sample workflow)
- Use 6 'Find and replace' tools
Question - Is there a tool in Alteryx which will do the lookup in a better/optimized way?

In my example - Field 1, 5, 10, 15, 20, 25 contain names which I lookup to find emails from the second table.
I found a post from 2019 with the same use case but with no solution.