Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

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
Top Solution Authors