I have a workflow which overwrites the data in approx 250 files by using change entire path Output option. Problem is that when end user erroneously update formula in the output range, Alteryx is not able to proceed with the updates & give an error "Unable to overwrite a cell that contains a formula". Each time there is a formula in the range Alteryx stops & I need to manually delete the formulas from the output file and rerun the workflow. Considering the volumes of files and frequent intervention due to this error it is taking lot of time to execute Alteryx workflow.
Do we have any option wherein Alteryx can overwrite the formulas in the data range or ignore the error & continue with data updation for rest of the files & provide with error log with list of files for data not updated due to this issue.
I am attaching a simple workflow wherein output is getting updated to different test files. If you update formula in output range in any of the test files you should be able to see the error.
Solved! Go to Solution.
Can you provide us the sample excel files that are giving you the error and snapshot error faced?
Strange but it's working for me even when the formula is there. Only when I open excel after output it gave me a warning formula was removed.
Run log:
File:
I am using 2020.1 can I know if you are using an older version than mine.
Hello @ atcodedog05
I am using version Alteryx version 2020.3. I believe in your case though you are not getting error, but it seems file is opening in repair mode. User may need to resave the file to fix repair issue.
Regards
Prakash Shetty
Repair warning is not a major issue. You can check with my files from your end too. Place all the files and workflow in the same folder and run the workflow.
I checked test3 files it is opening in repair mode. When I am trying to save it is asking for save as option.
I have the solution that if the error occur, can ignore it and continue update.
The solution is that using Batch macro.
Result of using Batch macro
Batch Macro :
Workflow:
Macro setting:
The important point is using Group by option.
And if you want to know which files error occur, you can analyze the Alteryx log.
When you want Alteryx log, you can set the option at User Setting and so on.
The Alteryx log is the same as the message showing at result window.
Hello @AkimasaKajitani
Looking at your output this is exactly what I was looking for, but unfortunately I am unable to open your workflow may be due to difference in Alteryx version. Currently I am using 2020.3 version.
I haven't explored much on Batch Macro. Is there any way I can open workflow that you have shared.?