This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
Is it possible to send an attachment as a PRN file out of alteryx? Currently, I have an workflow sending an automated email with an .xlsx file attached but I need it to be converted to a PRN format. is this possible?
Solved! Go to Solution.
I don't think you can convert it to a PRN file but Alteryx will be able to pickup the PRN files written to a directory. Not my best solution but I think may be you can use a Python script to convert the files.
okay thank you for your help.