Hello,
I am trying to import several files with the same file structure.
A simplified example of how they are stored locally:
They all have only one sheet name "Page 1"
I have used the directory tool to get the full path for all files
Then I have added a formula tool to create a new column name "FullPath_Sheet" with the formula [FullPath]+"|||Page 1$"
Then I add the dynamic input tool choosing one file as the Input Data Source Template, and in "Read List of Data Sources" I am choosing FullPath_Sheet and in action I am choosing Change Entire File Path but this leads to errors saying the files have different schema than the 1st file in the set.
How can I solve this error? Thanks