Hi, I am new to Alteryx and have run into an issue with the process I am trying to automate. I when trying to run several files in a budget process I continue to run into this schema error. Dynamic Input (90) " has a different schema than the 1st file in the set." I was previously able to solve this by changing the files size to all be 255 for each column and this took care of the issue however with this second workflow I believe that the schema is different because of one column that is classified as a V_WString when all of other columns from the other files are V_Strings. Is there any way to change the V_WString into the V_String or is there a work around to permanently fix this issue?
Solved! Go to Solution.
@Tkotara for the schema error use the batch macro
Thank you!