I'm curious what purpose the template file has. I assumed incorrectly that it was used to establish the data types and structure of the files to follow, but it doesn't.
I created a template .xlsx file specifically to 'force' the schema to use so that Alteryx wouldn't guess it based on the content of the first file. The template is very basic and has every column populated and data-typed in a way that is correct for all columns. I have to process files that are inconsistently populated, but are always compatible with the schema of the template, eg: a due date may come in null in one file, but populated in another. I don't have control over how the files come in, other than they must conform to the published template, which is all text strings and time/date.
Everything processes fine one file per run, but not with more than one with a wildcard input.
I get that I have to work around this with a macro, but why specify a template if it's going to be ignored?
Why wouldn't you combine the files first and then determine the schema even if you do ignore the template?
How about allowing the specification of the order of the processing so that I could include a throwaway file in the input?
Thanks for listening.