I am having trouble with iterative macros.
I need to build an iterative macro in order to run through 2 .txt files to ensure the files have the same fields/schema, and if they do not provide an error message and if they do continue running the workflow.
So what I need help with is, building the iterative macro that can take in any user input and go through the fields in order to make sure both datasets have the same schema
Does this make sense or is there any easier way to accomplish this? Thanks!