SOLVED
Printing Python Results to Output
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
dts_solutions_llc
5 - Atom
‎11-03-2020
06:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The result is not outputting to Output 1 using the Python tool. How do I print results to the workflow?
Solved! Go to Solution.
2 REPLIES 2
seinchyiwoo
Alteryx Alumni (Retired)
‎11-03-2020
06:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
‎11-05-2020
01:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you so much! Cheers!
