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.

CREATING EXCEL WITH PYTHON

mkbayar
6 - Meteoroid

There is an excel in the workflow. This excel file is the output of the python code. I want to connect python code to workflow. I want to use the output of the python code directly instead of this excel. You can find the Python code in the workflow

3 REPLIES 3
Felipe_Ribeir0
16 - Nebula

Hi @mkbayar 

 

See if this is what you need. Just configure an output tool if necessary:

 

python.png

mkbayar
6 - Meteoroid
Python (5) ---------------------------------------------------------------------------¶ModuleNotFoundError                       Traceback (most recent call last)¶<ipython-input-3-0d3dd742f746> in <module>¶----> 1 from evds import evdsAPI¶      2 evds = evdsAPI('yAcIFNOcCj')¶ModuleNotFoundError: No module named 'evds'¶

 

Hı Felipe, thanks you for the answer. But when the code runs it gives this error. Do you know the reason or solution for this?

Felipe_Ribeir0
16 - Nebula

Hi @mkbayar 

 

This code is using the evds library, the error is basically saying that the library was not found.

 

One way of installing this library is by oppening alteryx as adm, and then running this piece of code:

 

install.png

Labels
Top Solution Authors