As you can see from the Download File GDrive activity, I have specified my file, defined the format I want it to download as, but I cannot work out where this file is being saved. Would anyone know 1) where these files get saved by default, and 2) know how to define a folder/location I want these saved in?
Assign newPDF.LocalPath = “C:\Users\DownloadedFile.pdf”, then use the Download File activity with File to Download set to the file ID, Download Option set to PDF Document (.pdf), and FileOut set to newPDF.LocalPath.