I should have checked this sooner, but reading through your issues got me doing some research.
Have you checked this out? Apparently, the HTTP Request
activity is an easy-to-use trick to download the pdf file you want.
Here is what I did to test this:
-
Copied the link.
-
Copied the URL to the
End Point
field. Left all the other options to Default.
-
All options Default on
Response
tab.
CheckedDownload Resource
checkbox and gave it a path:
Data\Sample-Test.pdf
-
Et voila!
You can use variables instead of the hardcoded URL and filename.
Hopefully, this will make your life easier!
Happy automation!