Hi,
This errors crop up when I open the output file. It is happening when I write to a named range in an XLSM Excel file. This particular process writes about 20 named range outputs into a single file.
Currently I am building/testing, so only writing one named range at a time. Some work fine others give me what is described below.
When writing to the named ranges (which takes a lot of layering with Block Until Dones) I get some to work without issue but others throw me what appear to be random XML errors on the Excel side. I think there might be carriage returns or some other garbage in there somewhere that is causing the issue. There are a bunch of text heavy "comment" fields or "explanation" fields.
The error log doesnt make sense to me. When opening the Excel file with 7-zip file manager the reference to Line 981, column 129 is the end tag for "sheet data", however I find a beginning tag for it so I don't know what is happening. However I am no XML expert.
I have been fumbling my way through these as I have come across them. One being that the sheet tab name had an '&' in it which I changed to the word 'and' to solve it. That solution worked but doesnt make sense since Alteryx makes no reference to the sheet name only to the named range on the sheet.
As mentioned I think it is random bad character(s) somewhere in the data I am passing, but I have tried various things like remove ALL punctuation with the Data Cleanse (which isnt a viable solution but I had to try it). I also tried multi-field formula of REGEX_Replace([_CurrentField_], "[^ -z]","")
I am missing something, I just cant figure out what to try next. Unfortunately it is highly sensitive info, so I cant share workflow or data. If I gave sample data, I'd likely miss whatever is causing the problem anyways.



