Hi Alteryx engineer,
I have several files in a directory that i need to read the data out and combine into one dataset, so I used directory tool and dynamic input to implement it. all working if the files are all with data, while if there is a file only with column but no data in it, it will throw “Has a different schema than the 1st file in the set” issue, how can i solve it?