I have an Alteryx Workflow that saves the output to a worksheet within a Microsoft Excel workbook that is saved within a certain folder on our company's shared network. Every time I run the workflow I get the error message "Error in Write in File: link_to_filepath".
I notice that the file it's trying to save is a tmp file, rather than the .xlsm file specified. If I run the code and save it to a location on my local machine then the workflow runs fine and I don't have any issues outputting to the Excel file specified.