Hi,
I have an Alteryx Analytic App which asks for the input files from the users and then processes them. The user can have different field names than the placeholder/sample file I have in the workflow. So I use the Dropdown Interface tools to allow them to map the fields in their file to the required fields. (see attached workflow)
My expected output is that their fields are renamed to the my placeholder file's fieldnames. The issue I have is that once I use the test file to run this App, I get the excel output but the column names don't update to my placeholder file's fields. It just outputs the testfile that I upload. What am I doing wrong to get the output to have the renamed columns to match my placeholder field names?
Any help/suggestions are appreciated!