Alteryx Designer Desktop Discussions

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

Printing Python Results to Output

dts_solutions_llc_0-1604455940792.png

The result is not outputting to Output 1 using the Python tool. How do I print results to the workflow?

2 REPLIES 2
seinchyiwoo
Alteryx Alumni (Retired)

You have to write it out as dataframe using Alteryx.write(df,#).

This Python Tool Mastery blog post will help: https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Tool-Mastery-Python/ta-p/197860

Thank you so much! Cheers!

Labels