Hello!
I have a workflow that is based off a macro-enabled Excel spreadsheet. Currently I have to log into a password protected website, which gets me to another page where I have to click a button on the screen. This will email me a code, which I need to type into the next screen to get access. After that, I can navigate to my file and download as needed. After downloading and overwriting the existing file, I can run my workflow.
What I'm trying to do is build in that file download as part of my workflow. I've found a few articles that mention multi-factor authentication and two-factor authentication, but they don't really get at what I need. Is there any way to have the workflow pause while I wait for the email to be sent so that I can enter the code, mid-workflow?
One of my other thoughts is to activate the connection in a browser, then start the workflow, but it appears that the workflow tries to make it's own connection instead. Is there any way to try to use an active connection (Google Chrome, for example) instead of trying to go through the authentication as part of the workflow?
Thanks!
Eric