Forum Discussion

WhatIsThis's avatar
WhatIsThis
New Contributor II
3 years ago
Solved

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...
  • WhatIsThis's avatar
    WhatIsThis
    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.