I am trying to use a Python script to apply formatting to an excel file that was generated from an Alteryx process.
I want the Python script to execute after Alteryx generates the file. However, I'm not too sure how to link the two processes.
I tried using the Python tool within Alteryx, but had problems linking to the output file, and installing the openpyxl package without admin rights. Since the file is also timestamped, I need to pass the filename to the linked Python process.
I have attached the sample Alteryx workflow, python script, and final output file example. I first run the Alteryx workflow, make modifications to the python script for the filename, then execute the python script (in Spyder) to generate the final file. I would like to run this "combined" process on our Alteryx Server.
Thank you for the help!