I have 2 inputs. One is a typical Data file with dimension and measure columns and the other one is configuration file. This configuration file has a column which specifies a column name from Input 1 for which a Group by summarized output is expected. The configuration file will have multiple rows which I will loop through and generate Summarized Group by Result for the column.
I want to be able to dynamically select the column from Input 1 in Summarize tool which is specified in Input 2.
Is there a way I can achieve this?