Hello! I have done some googling but couldn't quite find an answer to my question, so I was hoping you smarties could help me out.
Basically, what I do is I am doing a simple cell comparison between two files, one PROD and one UAT. I copy and paste the column names into excel, and then I use concatenate to create both the Formula names as well as the actual formula itself.
Here is what my excel sheet looks like:

I then create a new formula for each row and I copy and paste the FORMULA_NAME into the "+ Add Column" to name the new column, and then I copy and paste the FORMULA into the actual meat of the formula.
I was wondering if there was a smarter and easier way to do this, as when I get 150 columns this can take a while. I have tried using a batch macro and I can't quite seem to get it to work.
What I would like to have happen is I would create this Excel sheet, and then input it into the Alteryx flow, and then that combined with actual input file I run the tests on, it would spit out my output which would include all the newly created test columns.
Is this possible with Alteryx?
Thank you!