Hi,
My current scenario is I select a CSV File then list all the columns within the file and display the columns to the user via the interface tool. The user selects the column he wants and this columns can be renamed (Currently hardcoding the renamed columns as Input_1,Input_2 etc.). The selection and display of CSV File and columns are part of the first app and the list of columns which were selected in the first app needs to be reflected in the second app and this is where I am facing problem. I am not able to get the second app to reflect the selected columns via the first app. Not sure what I am doing wrong.
I have tried outputing the list to "%temp%..\Output.yxdb" then referred this path in the second app. I even tried using the complete path in both the Apps (like C:\Alteryx Test\Output.yxdb. ) But I am not able to get it work.
I am trying this within the Alteryx desktop only not yet uploaded to the gallery.Any suggestions here. I have uploaded the workflow as well.