Hi all,
I am missing my python code in my workflow after saving it previously.
Does anyone know where it went? Are python files saved elsewhere?
this is very frustrating as I had a code ready and working, now it is no longer there.
Hi @wonka1234 unfortunately a lot of people have experienced this including myself, here is an article that users have share with their experience, https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Python-tool-loses-code/td-p/300809.
I'd also recommend checking out the Jupyter Flow tool, you can import your code using this tool incase something like this happens again.
@wonka1234 Hopefully your code is still in your temp folders (%LocalAppData%\Temp\):
Thank you Patrick! This helped me find missing python code, which I was able to clean up using notepad and save down. 10/10 stars for you.