How do I connect my Python tool to the Output Data tool to be able to generate an output file?
Hi @rafatomillero
Use the Alteryx.write(df, 1) command:
Excellent, thank you!