Hi -
Background:
I just started using Alteryx a few weeks ago, but I've run into an issue that I can't find an acceptable solution for on the Alteryx Community. I created a somewhat complicated build that combines multiple different input data sources (e.g. about 10 Excel files, a .yxdb file, and a table from Oracle) and after going through a series of configurations, the results are output into multiple tabs of an Excel file. The Excel output is a .xlsm (macro enabled) file because I have a lot of formatting that I need to do in the Excel output before sending it to client teams. The output is also going to named ranges in Excel since I need the data to be output to row 12 to preserve formulas in rows 1:11 on some of the tabs. The actual Alteryx build includes Interface Tools so that the build will run for different clients, depending on the input in the Interface Tool
Problem:
I'm usually able to run the build successfully once or twice without any issue, including having the results output to Excel without any error message. However, if I try to use the Analytical App to run the data, either Alteryx crashes (see error message below) and/or I get an error when I open the Excel output for "Removed Records: cell information...." (see error message below). I confirmed that several rows of data are being removed from the bottom of some of the tabs when this error occurs, so just hiding the error message is not the right solution. Also note that I sometimes get the same errors even when running the original build without using the Interface Tools in the Analytical App.
Attempted and failed solutions:
I've confirmed that the named ranges in Excel are correct. I've confirmed that my macro in Excel is working properly. I've replaced the .yxdb file to ensure it's not corrupt. I've removed the cache tools I had in the build. (I had cache tools because several of my inputs do not change regularly and by running from a read-only cache tool instead of directly from the source file saves like 10 mins in the run time.) I've deleted and recreated the Excel output template to ensure it's not corrupt. I've downloaded and am using the latest version of Alteryx (11.7.4). I've closed out of Alteryx and reopened it, restarted my computer, run the build 3-4 times before using the Analytical app, danced on one foot and said a prayer, etc.
Request:
How can I get Alteryx to stop crashing? What is causing the error in the Excel output and how can I ensure it will spit out ALL of my data and not randomly delete rows from the bottom of some of the tabs?
Thanks for any insight you can provide.
Pictures of Error Messages:
Alteryx Error Messages
Excel Output Error Messages