Environment Details
Making a copy of a workflow that contains a Python tool will cause the JupyterGuidDir to be duplicated. Because of this reason, both copies will point to the same Jupyter Notebook document. If changes are made on one copy, the other will be changed too.

Cause
Making a copy of a workflow that contains a Python tool will cause the JupyterGuidDir to be duplicated. Because of this reason, both copies will point to the same Jupyter Notebook document. If changes are made on one copy, the other will be changed too.
Resolution
Solution A
Upgrade to Alteryx Designer 2021.3 where the issue is resolved.
Solution B
Use any of the following solutions to prevent the Python code in the workflows from overwriting each other.
- In the copied workflow, place a new Python Tool onto the canvas and copy the code over manually.
- In the copied workflow, copy the Python Tool (use Ctrl-C) and paste it on the canvas. Remove the old Python tool. The new Python Tool will have its own JupyterGuidDir.
null