Hi,
I'm trying to map a table in my alteryx workflow, There are 2 different files, compare perticulat columns named differently.
e.g. There are 2 files A & G
File G has Column "type" to compare with File A has column "Trade Description".
But the values are differently mentioned in both files.
Mapping Table attached, so, if G file has column Type value as "REPO" & File A has column "Trade Description" values either "Repo" or "ReverseRepo" then "TRUE" else " FALSE"
I tried with If else statement but not working as expected.
Attached File & Mapping Table for reference