I am receiving a directory of XML files with the same schema. I am able to correctly import a single file by explicitly stating the XML Child Element Name needed to identify the correct grouping of data that will eventually correspond to a table. That works for a single file but how to work through the entire directory? I have attempt to use the Dynamic Input, with XML Child Element Name explicitly stated in the configuration, fed by a Directory tool, but I get a message that the schema has changed. I do not believe the schema is actually different but the Dynamic Input isn't capturing the correct child element after the first file. Do I need to somehow append the Child Element Name to the file name? Thinking something similar to an excel file name/ sheet name. Is this something the Dynamic Input tool cannot handle and I would be better served using a batch macro?