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
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
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.
Hi, @tahirlone
If your code is Alteryx.write(df_name, 1), then must link the Output 1 of Python tool, not Output 3.