Hello!
So I am fairly new to Alteryx and I am playing around with the macro functionality. Right now I am trying to set up a macro for doing comparisons on data I have loaded.
Currently I have a list boxes that you select fields from the macro input to be evaluated. Then I have piped the questions over to a formula node that I want to concat all of the fields together so that I can feed it into a hash generator. So far I figured out I can get the name of the fields into the formula, but not the value. In "pseudocode", I am looking to do something like this:
FormulaColumn = JOIN(programatically join fields from [#1])
Thanks!