Hi - I have an Alteryx process that generates a bunch of pdf files. My company reporting system requires a unique naming convention of the file to be picked up and placed correctly for distribution. The naming convention is: myfilename.pdf.systemcodes.date.ftp I have the "systemcodes" and "date" parts coming through in my flow. Currently my flow can easily output the file as: "myfilename.pdf.systemcodes.date.pdf". I am using the render tool. The problem is the final file extension - I need it to be .ftp instead of .pdf Is there a way to do this in the render tool or do I need an outside solution to loop through and change the file extensions to .ftp? Thanks for any ideas!