I am using workflows and batch macros.
In the workflow, multiple Excel file paths are passed to the batch macro.
In the batch macro, it opens the Excel files based on the received file paths.
However, an error occurs in the batch macro stating, "The field schema changed between iterations," likely because the layout (columns) of the Excel files is not entirely identical.
Could you please let me know if there is a way to resolve this issue?