My Goal is to download a PDF from an URL I receive inside an email.
Steps in my scenario.
1 watch email
2 extract content of email an parse it
3 extract URL from content and send to HTTP get file
4 parse file (HTML) obtained to extract the URL of my PDF
5 send it to HTML get file.
6 Save file on Drive
On the last step I´m getting an HTML file instead of my desired pdf file because the HTML get file module retrieves the HTML from the URL and not the pdf itself (I guess)