Is it possible to download a PDF file from an URL stored in a table?
I have a table where in column “URL” is stored one link per row.
The URL looks like this “https://www.websitename.com/downloads/filename.pdf”.
I want the content of the document attached to the input table or save the downloaded PDFs in a given folder.
Can this be done?