Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Error when running macros containing python tool

shang1994
5 - Atom

Good day

 

I have a macro that contains a python tool within that reads from the input data tool and does some processing. On its on the workflow is able to run properly. However, when called as a macro that will iteratively read excel files one by one and run the flow the following error is generated

 

"Error in e1shim. Tool91OutputTo79 was not created: The tool 0 does not exist" 

 

Tool91 refers to the input tool that outputs the data to the python tool. Its saying that the input tool does not exist when it is there as I can run the file with no issues when not called as a macro. If i remove the python tool and perform all the pr

1 REPLY 1
FinnCharlton
13 - Pulsar

One quick thing to try is to disable the AMP Engine and run the workflow again:

FinnCharlton_0-1673955601728.png

Let me know if this helps!

 

Labels
Top Solution Authors