It takes a pdf, stores it into one folder. Then a script is running to upload it via FTP.
The other side also stores the same PDF and stores it in a backupfolder.
What is super strange is that in the left side, the files are stored with .dat, while on the right side, the files get the correct .pdf ending.
This does not make sense to me at all and I don’t know how to troubleshoot any further.
As soon as you use a branch (or a condition) in your Workflow, the data file is copied to a temporary file name with a .DAT extension. That’s why you branch saves the file as .dat. You should use the Rename task inside that branch to ensure the file gets the proper name.