What I would try is do the initial call, then 'harvest' (get) the dynamic url in the next step and store it in a variable, then do another call and use the variable to open the page. You can close the web browser page from the 1st call so you don't end up with 2 pages open
Marcelo, that is a great video! thank you. I followed you guidance and successfully set up to login to one of the business url where I download files daily. Can you advice if I able to download file with date examp.2-2-2024, what action can I use to download next date file examp.2-3-2024? I would like to automate the daily downloading process.
Thank you so much for the feedback. Glad to know you were able to automate :D How it's the download done? Do you have list a list of files on a page, from where you select the file to be downloaded? If you can give more details on that I can help you better on that
I don't know if you received any replies on this - I'm in the same boat that I'd like this process to run periodically so I'm thinking of using Task Scheduler. My question however would be how to add a delay between the login and logout, say 5 minutes or so after a successful login that a logout action happens. Additionally some logic in there that, if the website doesn't open, a notification of sorts gets sent to a specific email address or a note written to a logfile. I want to ensure that my systems are up and running overnight.
Hello! Thanks for the video, I have a question, please help me. I'm trying to automate a report download from a web page, but the power automate doesn't read the buttons or the UI elements inside the page, it may be because of the security of the page? I don't know why it doesn't work :c
Hello, you're welcome! Are you sure the Power Automate extension it's installed on the browser that you're using? Also see on another browser just to check if the behavior it's the same.
@@marcelocruzrpa hello!!! I tried with Chrome and firefox, and yes I downloaded the extension for both of them. So far I been able to login in the website but it doesn't allow me to do anything more, since it seems that don't recognize the content on the website or something else that I'm not understanding
what about if i have a whole data with users and passwords in excel and you want to dowload an specific document for each user, of course loggin in a "website" for each user, how would you do it dude ?
How can you login when the you get a login prompt or popup when going the the site instead of having a login page. Anybody know of such an example? Thank you.
Followed all the steps and for some reason the username and password are not filling once it gets to that step upon testing. Kind of a noob to be honest so the problem is likely between the seat and the keyboard, but do you have any tips or ideas as to why this might be? Thanks for the great video by the way.
In practice, if the two-factor auth code goes to the mailbox, it can...the flow would need after doing the login to checkout the mailbox, get the two-factor auth mail, and get the code from the email by using regex probably.
Hello Manish, if you're developing automation for running on Production, you shouldn't store them as clear text, but store in some place like CyberArk for example. As this was just a demo/tutorial to show how to open browser and login, I just kept it simple and store as clear text.
If the verify code goes to the mailbox, you will need to configure the flow to after doing the login, checkout the mailbox, get the verification code mail, and get the code from the email by using regex for example.
You can use the "If Web Page Contains" action, to check if after trying login, appears an error message about unsuccessful login, and with this know if the login was successful or not.
great tutorial. I was able to extract what I needed and add some of my own stuff to do exactly what I needed. This was awesome, thank you!
Glad to know that it was helpful 😊
Very Useful Tips. Looking forward for more video from your channel.
Thanks for the feedback!
Just finding out the power of this . thx for the tutorials.
You're welcome!
This actually usefull for login my sh*t wifi account at office
How to do this by using move mouse image
Hi Marcelo, my case is that I have to pass a dynamic url ( the outcome of previous step) not a hardcoded one.., is it possible? and how?
What I would try is do the initial call, then 'harvest' (get) the dynamic url in the next step and store it in a variable, then do another call and use the variable to open the page. You can close the web browser page from the 1st call so you don't end up with 2 pages open
Great help
Thanks for the comment :)
this is whats i am looking for . thank you
You're welcome!
@@marcelocruzrpa i am looking forward to see more good videos from you. thank you
Excellent video. Thank you for posting.
You're welcome😃
Marcelo, that is a great video! thank you. I followed you guidance and successfully set up to login to one of the business url where I download files daily. Can you advice if I able to download file with date examp.2-2-2024, what action can I use to download next date file examp.2-3-2024? I would like to automate the daily downloading process.
Thank you so much for the feedback. Glad to know you were able to automate :D How it's the download done? Do you have list a list of files on a page, from where you select the file to be downloaded? If you can give more details on that I can help you better on that
Just what I was looking for. Thank you. You could do, though, with a better microphone.
Hi Marcelo, is it possible to select from a drop-down list with Power Automate as well as to set a certain time on when the program should run?
I don't know if you received any replies on this - I'm in the same boat that I'd like this process to run periodically so I'm thinking of using Task Scheduler. My question however would be how to add a delay between the login and logout, say 5 minutes or so after a successful login that a logout action happens. Additionally some logic in there that, if the website doesn't open, a notification of sorts gets sent to a specific email address or a note written to a logfile. I want to ensure that my systems are up and running overnight.
Hello! Thanks for the video, I have a question, please help me. I'm trying to automate a report download from a web page, but the power automate doesn't read the buttons or the UI elements inside the page, it may be because of the security of the page? I don't know why it doesn't work :c
Hello, you're welcome! Are you sure the Power Automate extension it's installed on the browser that you're using? Also see on another browser just to check if the behavior it's the same.
@@marcelocruzrpa hello!!! I tried with Chrome and firefox, and yes I downloaded the extension for both of them. So far I been able to login in the website but it doesn't allow me to do anything more, since it seems that don't recognize the content on the website or something else that I'm not understanding
what about if i have a whole data with users and passwords in excel and you want to dowload an specific document for each user, of course loggin in a "website" for each user, how would you do it dude ?
Never thought I'd learn this from GRU, am I an minion now? Cool! 😈
How can you login when the you get a login prompt or popup when going the the site instead of having a login page. Anybody know of such an example? Thank you.
Very nice video I was looking for it
Glad I could help 😃
Hi Very good, I have one example that does not work with a case to fill a date in a web page. Tks in advance . Obrigado
Nice! How Can I use Enter insted click on the login button?
You can use the 'Send keys' action to use the 'Enter'
Nice! Thanks.
You're welcome Marcos!
Followed all the steps and for some reason the username and password are not filling once it gets to that step upon testing. Kind of a noob to be honest so the problem is likely between the seat and the keyboard, but do you have any tips or ideas as to why this might be? Thanks for the great video by the way.
Can you tell if there is some error, and if yes, can you share here the error message?
Thanks but how did you log in? What credentials do you use? I'm confused. 😵💫
Hello, did you watch the whole tutorial?🙂
@@marcelocruzrpa 😄 Sorry, I-m blind. Thanks!
Can Power Automate be used to login when the web app is setup for two-factor auth?
In practice, if the two-factor auth code goes to the mailbox, it can...the flow would need after doing the login to checkout the mailbox, get the two-factor auth mail, and get the code from the email by using regex probably.
감사합니다.~
so the credentials will be stored as clear text?
Hello Manish, if you're developing automation for running on Production, you shouldn't store them as clear text, but store in some place like CyberArk for example. As this was just a demo/tutorial to show how to open browser and login, I just kept it simple and store as clear text.
Hello, how to login with
verify code? Thanks
If the verify code goes to the mailbox, you will need to configure the flow to after doing the login, checkout the mailbox, get the verification code mail, and get the code from the email by using regex for example.
2:38 How to set a password with secret credential?
how do I capture if the login was unsuccessful
You can use the "If Web Page Contains" action, to check if after trying login, appears an error message about unsuccessful login, and with this know if the login was successful or not.
gostei!
Are you brazilian?
Hello Lucas, I'm Portuguese
can i use this on webex?
I never tried, but yes you can try to use it I think.
This guy kinda looks like Simon Cowell on his thumbnail
Some people already told me that I look like Tom Cruise...Simon Cowell it's the first time 😄😄😄