Hello All,
I am trying to create a workflow which will reconcile 2 columns and add results next to it, I do not want to use formula tool because I don't want to write seperate expression for each set of columns and then move the results column using select tool post that. Is there an alternative which can help with below output.
Data:
Column A Column B Column C Column D Column E Column F
X X Z X Y Y
Y Y Z Z Y X
Expected Results:
Column A Column B Results Column C Column D Results Column E Column F Results
X X TRUE Z X FALSE Y Y TRUE
Y Y TRUE Z Z TRUE Y X FALSE
SK