22-08-23 02:47 PM
Hello friends,
So, as you may know, I am learning to RPA. And through this process, I'd like to say, I admire you all because this requires a ton of logic and focus.
The Foundation training, docs and all the answered questions in this community have been an immense help. But I decided that I needed a passion project to test my padawan skills. And so, I created this:
This, my friends, is the Star Wars Prequel Memes Bank. It works like this:
The Fetch URL Action Stage runs a BO I created using the Application Modeller. It:
After that, there are a series of Excel VBO Actions which:
So, now, I have a bank of beautiful Star Wars Prequel Memes to peruse whenever I'm feeling low. Perhaps slightly more valuable than that though, I learned a ton about automating through making a LOT of mistakes:
Anyway - I had fun! If you have any advice on how I can improve, upskill or what I can try to build next, give me a reply 🙂
------------------------------
💙 Michael
(I'm part of the SS&C Blue Prism Community Team)
------------------------------
22-08-23 02:56 PM
Now this is podracing!
This is great, Michael. Thanks for sharing!
------------------------------
Steve Boggs
Senior Product Support Engineer
Blue Prism
Austin, TX
------------------------------
22-08-23 03:06 PM
@steven.boggs:
Now this is podracing!
This is great, Michael. Thanks for sharing!
Thanks @steven.boggs!
23-08-23 11:44 AM
Congrats on your first automation, from the screenshot you have it all looks pretty clean and easy to follow so if it were to be passed to a maintenance support team thats exactly what they need. As for the VBO you created i would say remember to separate out your actions so the vbo is transferable to other automations, e.g. Launch should hold the actions to open chrome and opens the main page of the site you are using. A navigate page may contain the actions to take an input parameter url to the page you want to use, a new page filled with actions to get the "Top this week" and get the url.
This way any new automations can use it without redevelopment of something that was already built. Hope this helps
23-08-23 11:58 AM
That's brilliant advice, particularly on re-usability! Thanks @Michael ONeil 🙂
04-09-23 10:29 AM
Good work mate