Re: downloading from a list of URLs.
Thanks for that. That actually works almost perfectly, however:
When downloading the file, it appears in the location but it doesn't have the original name.
For example the file:
edr1.uk/RMS/browse/downloadContent.aspx?documentId=2266772&isRecord=true&launchMode=3&launchAs=0&OverrideLatestRecordVersion=true
Actually should download "ExampleDocument.PDF"
Instead it downloads a document called:
downloadContent.aspx?documentId=2266772&isRecord=true&launchMode=3&launchAs=0&OverrideLatestRecordVersion=true
Changing this documents extension to PDF (or DOC or whatever the original was) works fine. But it needs to download the final file name.
If this isn't possible, I can produce a list of the original file names in a sheet. Maybe the download can use that to name them?
Also, thinking along the same lines, is there a way I can specify where to download based on a column?
In our sharepoint, 5000 files are organised by category. I can make a column of this category. So the end result would be:
It downloads a file, based on the category in a column in placed the file in a specific place and depending on the filename column, renames the downloaded file.