Hi
I'm getting the below error on my output to an .xls file. I understand from other threads that there is a limit on the number of columns that can be output to xls of 256 however my output only contains 25 columns.
Error: Output Data (146): Error creating table "Sheet1": Microsoft JET Database Engine: Too many fields defined.\3190 = -68092944
Unfortunately I can't solve this by changing the output to .xlsx as I require the output file to be imported into a database that only accepts the .xls format.
My workflow was outputting perfectly fine previously and has only recently started to do this, any help on how to fix this would be appreciated, thanks.