Hello everyone,
I am new on alteryx and I would like to create a workflow which reorders the columns regardless of the input file order.
if the input of the workflow corresponds to File 1 or File 2 the output should be the same
example :
Input File 1: E A B D C
Input File 2:B D E A C
Output file should be : A B C D E
Thank you in advance for your help