Hello,
I would like a flow to download a file from an internal site that requires a login. Upon login the user has to click a link, then populate a few fields before clicking 'Submit'. The file is then downloaded to the default directory for downloads.
I've seen similar articles for website scraping and downloading files, but nothing involving dropdown menus on a site or things that would require users to make selections before proceeding. I would think the dropdown fields could be handled with some sort of input text file followed by the download tool.
Once it has downloaded, I would want it to repeat for a different combination of fields. For example, change the state dropdown to the next state, click submit, then download again.
Another hurdle I have is that when normally downloading through Google Chrome, I see "Insecure Download Blocked" in the upper right. I can then allow the download by clicking 'Keep'. I'm not sure if that is something I'll have to address in the Alteryx flow.
Any help is greatly appreciated!