Hi guys,
I am trying to import multiple sheets from an xlsx file using the dynamic input tool.
When i run the workflow there is an error in 'Dynamic input' saying that the schema is inconsitent with the first file.
I looked into the metadata and the error is due to 1 column that is considered as a different data type by Alteryx (Transaction # considered as V_String in first sheet and double in other sheet).
I would like to find a way to make it work without using a macro.
I just throw some ideas here (Is there a way to do these things ?)
-Dynamically standardize data as V_String for all sheets before import.
-Ignore error messages and still import data as V_String
-Flag sheets where there is an error and change data type to the same as template.
Thank you very much!!