Alteryx Designer Desktop Discussions

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

Python tool not producing output

tahirlone
6 - Meteoroid

pythoI have a simple python tool that is producing some data after ETL done using the python tool. 

I am writing the data using Alteryx.write(df_name, 1) but it does not provide any outputs.

 

I tried using all the anchor points but no luck.

The most relevant link I could find describing my problem is this link

https://knowledge.alteryx.com/index/s/article/Python-Tool-Doesn-t-Show-Any-Results-or-Errors-on-Run-...

But the solution did not help my case. Asking for alternative solutions

 

I see the data in the python tool if I run df_name.head() but then the dont see anything in the browse or file output tool

 

 

 

2 REPLIES 2
gawa
15 - Aurora
15 - Aurora

hi @tahirlone 

If you write 'Alteryx.write(df_name, 1)', then data will output from anchor number '1', while you reference anchor number '3'.

At first, please check if your required data come from anchor number '1' or not.

image.png

flying008
14 - Magnetar

Hi, @tahirlone 

 

If your code is Alteryx.write(df_name, 1),  then must link the Output 1 of Python tool, not Output 3.

Labels