I have a small test workflow that moves files from one folder to another utilizing Python code. It works great when I run from my computer, but when I try to save it to the server, I get a lot of errors. I am including here the Word documents with the Python code, a print out of the error I get when trying to save to the server, as well as the workflow itself
Solved! Go to Solution.
@ppatane
Does the server have all the needed Python packages installed on it?
The server does have all the packages I have on my local machine
The server does have all the packages I have on my local machine