Hi all,
I have a workflow in Alteryx that scrapes certain kinds of .pdfs from a local server.
The output is an Excel sheet with the type of .pdf in column A and the pathway in column B.
Example:
| Type | FullPath |
| 123.12 | C:\Users\Username\Documents\PDFtypes/document1.pdf |
| 123.12 | C:\Users\Username\Documents\PDFtypes/document2.pdf |
Right now I have to click the hyperlink manually and click 'Save As' to store it in a dedicated folder.
The problem is that there are 1000+ .pdfs which would take a while to store manually.
Is there a way to store them automatically? I've tried searching here but didn't find a direct answer. My apologies if this is a repeated question, I'm still learning the ropes.
Thanks in advance!