The result is not outputting to Output 1 using the Python tool. How do I print results to the workflow?
Solved! Go to Solution.
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!