I have a work flow that uses the dynamic input tool to iterate through a subset of files in subdirectories of a directory, and appends them together. This works great, until certain fields are formatted differently than the template from the source. What would the best way to modify the workflow to dynamically handle the input files and conform all fields to the same data type, or even more rarely ensure all fields are present in the off chance that certain fields have been dropped? I have began looking at batch macros but am not at all experienced with them and don't even know if that is the most efficient path forward.