WhatIsThis
3 years agoNew Contributor II
Join and In-Memory Lookup not working
For Join, I'm just doing a left join. Fields are both Strings. It works in Alteryx, so no idea why it's not working in Snaplogic. I also tried In-Memory Lookup but the fields are just not joining. On...
- 3 years ago
It turns out that I had a Union right after the Join, and the Join wasn't the problem. I expected the union to append rows, but it doesn't work that way apparently.