Hi community,
I am pretty new to Alteryx and so apologies in advance if the my question is fairly easy or has been referenced in other threads.
I have a data set, a fairly abridged version of which is as below:
Name Field#1 Field#2 Field#3 Field#4
A null 1234 null Field#2
B 1234 null null Filed#1
C null null 1234 Filed#3
To summaries, columns Field#1, Field#2, Field#3 are the ones that have actual data and there is a Field#4 that has been added to point which filed has the data. The reason as to why I have to add Field#4 is because the data stream owner wants the column "selector" to be outside Alteryx (and sitting in an excel file). With that thought, how can I convert the text 'Field#2' in Field#4 to its corresponding value without reapplying the column selector logic again?
Thanks in advance for looking into this!