Thanks for all your likes and support 😎❤ I've created a community of 11,000 RPA developers, where we network and help each other with solutions. It's free: discord.gg/iloveautomation
Using the OpenAI API to read information from the website dynamically has some incredible potential. Your videos are truly valuable, and I appreciate the effort you put into sharing your knowledge. Thank you for your contributions, Anders!
Been a fan for a while but and used your channel amongst others to build RPA for my time in commissioning and engineering. An old school colleague said learn AHK but it seems such a steep learning curve and there is very little on RUclips beside old Joe who seems to have cornered the market but sends me to sleep with his none scripted rambling style. This video has me convinced PAD is the future especially with this chatGPT API... so big thanks and off to join the Discord Group and say hi
Thanks Anders, another amazing content! Thank you again for continue sharing your knowledge in RPA, I level up each time I watch your videos! Please keep it going, I will support this channel forever!!!
Wow, thank you so much for such a wonderful message ❤️🔥🙌 Your support helps me greatly, my biggest dream is to do RUclips fulltime (right now I do RUclips AND consulting/teaching). Have a great day, kind regards, Anders
Great video, it was super helpful to see how to call out to OpenAI! Interested to see more of the error handling\fallback method as you mentioned you don't want to do this for every selector. Would love to see all of the fields filled for the RPA challenge using PowerAutomate and OpenAI. Keep up creating the awesome content! 🎉🎉@@andersjensenorg
@@IanCeicys Thanks a lot, Ian - I will create more of this, but tomorrow, a very technical PAD video is premiering: Creating Custom C# actions for use in PAD 🥸🤓
Thank you so much for the videos, Anders! My co-worker Eric and I share links of your videos with each other all the time. Great material and great presentation!
Why you are downloading the entire html file? Wouldn't it be easier to get innerHTML attribute? Also, you can get the entire set of selectors in JSON or array instead of getting just one. Last but not least you can use GPT-3.5 Turbo. It's faster and it's absolutely capable of extracting id's.
Hey Krzystof. Thanks a lot for the feedback 😍 Yeah, and you can use 'Get details of web page' and use 'Web page" as the source. Sure, I just did one since the other six follow the same procedure. GPT 3.5 and the new GPT PAD action both provided wrong selectors here and there (e.g., using attributes other than the ID). Have a great day 😊 Kind regards, Anders
Hi Anders, your videos on Power Automate so useful! I would rate it the highest! I don't have Chat GPT subscription, is that reason that I am not able to get the output through API ?
Hey Manoharmanybest, thanks a lot for the kind words 🙌😎 You don't need a paid ChatGPT subscription, but you need money on your OpenAI API account. Kind regards, Anders
Hey Anders, love your Videos, as you've helped me learn Power Automate Desktop. Was gonna ask, if you think that one could work as a freelance RPA developer (potentially scaled with other software)? Looking for ways to work independently.
Thank you so much, Erick. That will be very possible. Especially when agents are introduced from the LLMs (e.g., ChatGPT agents), you will have an advantage as an RPA developer, as that's your domain. Have you seen my discord community (the link is in the video description)? It's free, and here we discuss these things 😊 Kind regards, Anders
Can you do for me this scenario based project. I have folder 📁 with file (all types of file )in my computer .now I want copy this folder into one drive/google drive and whenever I make changes in this folder it should reflect to copied folder .i want this scenario automation using uipath thanks
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 11,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
@@andersjensenorg *nerd mode on* in this particular example you could use a css selector like this `input[ng-reflect-name="labelAddress"]` and don't bother about random ids but i understand your point
@@noadds You're right, and I did it here: ruclips.net/video/JbXunbF_Nbo/видео.html This is, as you say, to create a use case (changing selectors). Kind regards, Anders
Thanks for all your likes and support 😎❤
I've created a community of 11,000 RPA developers, where we network and help each other with solutions. It's free: discord.gg/iloveautomation
Ps. Instead of downloading the HTML, you can use the 'Get details of web page' and retrieve the source (HTML) code of the web page.
Using the OpenAI API to read information from the website dynamically has some incredible potential. Your videos are truly valuable, and I appreciate the effort you put into sharing your knowledge. Thank you for your contributions, Anders!
Thanks for the nice feedback, highly appreciated. Have a great weekend 😎 Kind regards, Anders
Thanks Anders, this was helpful!
Wow, you really don't have to, Jatin - thanks a lot ❤️
Been a fan for a while but and used your channel amongst others to build RPA for my time in commissioning and engineering. An old school colleague said learn AHK but it seems such a steep learning curve and there is very little on RUclips beside old Joe who seems to have cornered the market but sends me to sleep with his none scripted rambling style. This video has me convinced PAD is the future especially with this chatGPT API... so big thanks and off to join the Discord Group and say hi
Haha, I started at AHK, but as you say RPA/PAD is so much better 😊 Thanks for the nice words. Kind regards, Anders
Thanks Anders, another amazing content! Thank you again for continue sharing your knowledge in RPA, I level up each time I watch your videos! Please keep it going, I will support this channel forever!!!
Wow, thank you so much for such a wonderful message ❤️🔥🙌 Your support helps me greatly, my biggest dream is to do RUclips fulltime (right now I do RUclips AND consulting/teaching). Have a great day, kind regards, Anders
Thank you Anders, your knowledge on Power Automate Desktop is incredible, your videos are so valuable in my learnings.
Thanks
Paul
Hey Paul, thanks x 1000 for letting me know ❤️ Appreciated. Kind regards, Anders
Thanks!
Wow, thank you so much, Ian 😍🙌 Please let me know, if anything was unclear. Kind regards, Anders
Great video, it was super helpful to see how to call out to OpenAI! Interested to see more of the error handling\fallback method as you mentioned you don't want to do this for every selector. Would love to see all of the fields filled for the RPA challenge using PowerAutomate and OpenAI. Keep up creating the awesome content! 🎉🎉@@andersjensenorg
@@IanCeicys Thanks a lot, Ian - I will create more of this, but tomorrow, a very technical PAD video is premiering: Creating Custom C# actions for use in PAD 🥸🤓
Thank you so much for the videos, Anders! My co-worker Eric and I share links of your videos with each other all the time. Great material and great presentation!
Hey David, thanks a lot for the nice message 😊🙌 Is it an Eric I know (feel free to answer in DM)? Kind regards, Anders
Why you are downloading the entire html file? Wouldn't it be easier to get innerHTML attribute? Also, you can get the entire set of selectors in JSON or array instead of getting just one. Last but not least you can use GPT-3.5 Turbo. It's faster and it's absolutely capable of extracting id's.
Hey Krzystof. Thanks a lot for the feedback 😍 Yeah, and you can use 'Get details of web page' and use 'Web page" as the source. Sure, I just did one since the other six follow the same procedure. GPT 3.5 and the new GPT PAD action both provided wrong selectors here and there (e.g., using attributes other than the ID). Have a great day 😊 Kind regards, Anders
Thank you! Your video helps me a lot.
My pleasure, thanks for the nice words 😊🙌 Kind regards, Anders
Hi Anders, your videos on Power Automate so useful! I would rate it the highest!
I don't have Chat GPT subscription, is that reason that I am not able to get the output through API ?
Hey Manoharmanybest, thanks a lot for the kind words 🙌😎 You don't need a paid ChatGPT subscription, but you need money on your OpenAI API account. Kind regards, Anders
Great job Anders 👍
Thak you so much, Bozosrdic 💯😊
Hey Anders, love your Videos, as you've helped me learn Power Automate Desktop. Was gonna ask, if you think that one could work as a freelance RPA developer (potentially scaled with other software)? Looking for ways to work independently.
Thank you so much, Erick. That will be very possible. Especially when agents are introduced from the LLMs (e.g., ChatGPT agents), you will have an advantage as an RPA developer, as that's your domain. Have you seen my discord community (the link is in the video description)? It's free, and here we discuss these things 😊 Kind regards, Anders
Very informative, thank you
Thank you, Dennis 😎🙌
Great video, thanks!
Thank you so much, Paolo ✔️😊
Your video helps a lot!
I'm so glad to hear, thank you 😊😍 Kind regards, Anders
Can you do for me this scenario based project. I have folder 📁 with file (all types of file )in my computer .now I want copy this folder into one drive/google drive and whenever I make changes in this folder it should reflect to copied folder .i want this scenario automation using uipath thanks
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 11,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
Great video :)
Thanks a lot for letting me know 😊 Kind regards, Anders
U look a lot like the main character from wolfenstein
Hahaha, should I say thanks? 😅
JS script is more fast way
Yes, but that wasn't the point with the exercise (+ JS can't create the selectors dynamically). Kind regards, Anders
@@andersjensenorg *nerd mode on*
in this particular example you could use a css selector like this `input[ng-reflect-name="labelAddress"]` and don't bother about random ids
but i understand your point
@@noadds You're right, and I did it here: ruclips.net/video/JbXunbF_Nbo/видео.html This is, as you say, to create a use case (changing selectors). Kind regards, Anders
Are these public endpoints? indeed this video is very informative, but unable to call these endpoints, "Reached limit.................. error etc."
Unfortunately not, you have to setup an OpenAI account: ruclips.net/video/OB99E7Y1cMA/видео.html
Thanks!
Wow, thanks a lot 😍
Thanks!
Wow, many thanks 😍 You really didn't have to. Kind regards, Anders