Hi Alteryx Family! I am stuck with a task where i have to output the query results of multiple views built in IBM DB2 into seperate .qvx files INPUT - I have a column in an excel file with the view names i need to query Approach - I have created a Macro which takes in the view name column and updates the view name in the SELECT * Query inside the input tool. This appends all the results from all the views in a single .qvx file. However the requirement is to create seperate.qvx file for each viewname. The Idea which i have is to append a new column named View_Name having the viewname itself within the output and then tell the output tool to output based on the View_Name Column. However i am unable to dynamically add each view name to the output. Any help would be greatly appreciated!.