I created PAD flow that goes out to a site and essentially downloads a file after selecting certain triggers. The downloaded file then gets passed to a folder, using the automation to a dedicated output folder. From there a Python script I wrote goes to the output folder and cleans/delete unnecessary columns/items. After that is done, the script will take remaining columns and do a pivot table. Currently I'm running the Python Script (In Visual Studio Code) and the PAD flow as separate actions/items. I came across the "Run Python Script" option in PAD and have tried to use it to bridge the gap. When I paste my python script into the script area and input my module folder location I receive the following error: "Parameter 'Python script to run': Syntax error." Error persist whether i update the python version to 2.7 or 3.4. How do i go about fixing? I've attached images of the error and the script with redacted folders & other info: