<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: Possibly the silliest automation ever in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Possibly-the-silliest-automation-ever/m-p/75373#M27978</link>
    <description>&lt;P&gt;Good work mate&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Best Regards,&lt;BR /&gt;Devendran Venkatesh&lt;BR /&gt;RPA - Technical Architect |&lt;BR /&gt;Riyadh 11413, Kingdom of Saudi Arabia&lt;BR /&gt;Phone.     +966-556784162&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 04 Sep 2023 09:29:00 GMT</pubDate>
    <dc:creator>DevendranVenkatesh</dc:creator>
    <dc:date>2023-09-04T09:29:00Z</dc:date>
    <item>
      <title>Possibly the silliest automation ever</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Possibly-the-silliest-automation-ever/m-p/75368#M27973</link>
      <description>&lt;P&gt;Hello friends,&lt;/P&gt;
&lt;P&gt;So, as you may know, &lt;A href="https://community.blueprism.com/discussion/teach-michael-my-first-automation#bm9be35b8b-2b88-4f9c-bce3-9cef0f4548cf" target="_blank" rel="noopener"&gt;I am learning to RPA&lt;/A&gt;. And through this process, I'd like to say,&amp;nbsp;&lt;EM&gt;I admire you all&amp;nbsp;&lt;/EM&gt;because this requires a ton of logic and focus.&lt;/P&gt;
&lt;P&gt;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:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="15323.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/15485iD79050839B338D5F/image-size/large?v=v2&amp;amp;px=999" role="button" title="15323.png" alt="15323.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;This, my friends, is the&amp;nbsp;&lt;STRONG&gt;Star Wars Prequel Memes Bank&lt;/STRONG&gt;. It works like this:&lt;BR /&gt;&lt;BR /&gt;The&amp;nbsp;&lt;STRONG&gt;Fetch URL &lt;/STRONG&gt;Action Stage runs a BO I created using the Application Modeller. It:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Kills all instances of Chrome&lt;/LI&gt;
&lt;LI&gt;Clears the clipboard&lt;/LI&gt;
&lt;LI&gt;Launches a new instance of Chrome, and navigates to the r/prequelmemes subreddit&lt;/LI&gt;
&lt;LI&gt;Sorts the feed by "Top This Week"&lt;/LI&gt;
&lt;LI&gt;Clicks on the top post&lt;/LI&gt;
&lt;LI&gt;Copies the URL in the address bar to the clipboard&lt;/LI&gt;
&lt;LI&gt;Saves that URL to a Global Data Stage&lt;/LI&gt;
&lt;LI&gt;Cleans up&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;After that, there are a series of&amp;nbsp;&lt;STRONG&gt;Excel VBO Actions&amp;nbsp;&lt;/STRONG&gt;which:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open an instance of Excel and records the instance handle&lt;/LI&gt;
&lt;LI&gt;Open a specific workbook that I already set up with headers&lt;/LI&gt;
&lt;LI&gt;Shows that instance to avoid background processing weirdness&lt;/LI&gt;
&lt;LI&gt;Finds an empty row&lt;/LI&gt;
&lt;LI&gt;Sets todays date as reference in the first column&lt;/LI&gt;
&lt;LI&gt;Pastes the URL gathered from the Fetch URL BO into the second column&lt;/LI&gt;
&lt;LI&gt;Saves and closes the Workbook&lt;/LI&gt;
&lt;LI&gt;Cleans up&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;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:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;I learned all about &lt;A href="https://higherlogicdownload.s3-external-1.amazonaws.com/BLUEPRISM/c142b7dd-b38c-98ad-ddeb-015f2ede7f9f_file.pdf?AWSAccessKeyId=AKIAVRDO7IEREB57R7MT&amp;amp;Expires=1692715580&amp;amp;Signature=aslHTN7f%2FxnUm6De7xfPAj6YnbQ%3D" target="_blank" rel="noopener"&gt;SendKeys&lt;/A&gt;! Which was fun.&lt;/LI&gt;
&lt;LI&gt;I painfully learned about the importance of proper clean up after processing&lt;/LI&gt;
&lt;LI&gt;I used Application Modeler and UI Automation to work with specific elements on a specific website, which helped me cut down the number of stages needed&lt;/LI&gt;
&lt;LI&gt;I learned a lot about data stages, instances and handles - in particular how useful data stages can be purely for debugging problems by having the data that the process is working with displayed on screen&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;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 &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":blue_heart:"&gt;💙&lt;/span&gt; Michael &lt;BR /&gt;(I'm part of the SS&amp;amp;C Blue Prism Community Team)&lt;BR /&gt;------------------------------&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2023 13:47:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Possibly-the-silliest-automation-ever/m-p/75368#M27973</guid>
      <dc:creator>Michael_S</dc:creator>
      <dc:date>2023-08-22T13:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: Possibly the silliest automation ever</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Possibly-the-silliest-automation-ever/m-p/75369#M27974</link>
      <description>&lt;P&gt;&lt;EM&gt;Now this is podracing!&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This is great, Michael. Thanks for sharing!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Steve Boggs&lt;BR /&gt;Senior Product Support Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;Austin, TX&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2023 13:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Possibly-the-silliest-automation-ever/m-p/75369#M27974</guid>
      <dc:creator>steven.boggs</dc:creator>
      <dc:date>2023-08-22T13:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: Possibly the silliest automation ever</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Possibly-the-silliest-automation-ever/m-p/75370#M27975</link>
      <description>&lt;DIV class="bquote"&gt;
&lt;P&gt;&lt;EM&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2091"&gt;@steven.boggs&lt;/a&gt;:&lt;BR /&gt;Now this is podracing!&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This is great, Michael. Thanks for sharing!&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;Thanks &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2091"&gt;@steven.boggs&lt;/a&gt;!&lt;/P&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="15314.gif"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/15486i66E66866A22D59D6/image-size/large?v=v2&amp;amp;px=999" role="button" title="15314.gif" alt="15314.gif" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":blue_heart:"&gt;💙&lt;/span&gt; Michael &lt;BR /&gt;(I'm part of the SS&amp;amp;C Blue Prism Community Team)&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Aug 2023 14:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Possibly-the-silliest-automation-ever/m-p/75370#M27975</guid>
      <dc:creator>Michael_S</dc:creator>
      <dc:date>2023-08-22T14:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: Possibly the silliest automation ever</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Possibly-the-silliest-automation-ever/m-p/75371#M27976</link>
      <description>&lt;P&gt;Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="c3fb4832-b854-47c6-8969-0186030b71f1" data-tag-text="@Michael Shillingford" href="https://community.blueprism.com/people/michael-shillingford" data-itemmentionkey="2bd110b3-1126-4969-878e-4a5f3c6f99cf"&gt;@Michael Shillingford&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This way any new automations can use it without redevelopment of something that was already built. Hope this helps&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;NTTData&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Aug 2023 10:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Possibly-the-silliest-automation-ever/m-p/75371#M27976</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2023-08-23T10:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: Possibly the silliest automation ever</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Possibly-the-silliest-automation-ever/m-p/75372#M27977</link>
      <description>&lt;P&gt;That's brilliant advice, particularly on re-usability! Thanks &lt;A class="user-content-mention" data-sign="@" data-contactkey="ddd4d6a3-af39-4c64-8db4-cdb1d05ed669" data-tag-text="@Michael ONeil" href="https://community.blueprism.com/network/profile?UserKey=ddd4d6a3-af39-4c64-8db4-cdb1d05ed669" data-itemmentionkey="d386903f-de76-49e9-8a35-6b025901a16c"&gt;@Michael ONeil&lt;/A&gt; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":blue_heart:"&gt;💙&lt;/span&gt; Michael &lt;BR /&gt;(I'm part of the SS&amp;amp;C Blue Prism Community Team)&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Aug 2023 10:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Possibly-the-silliest-automation-ever/m-p/75372#M27977</guid>
      <dc:creator>Michael_S</dc:creator>
      <dc:date>2023-08-23T10:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Possibly the silliest automation ever</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Possibly-the-silliest-automation-ever/m-p/75373#M27978</link>
      <description>&lt;P&gt;Good work mate&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Best Regards,&lt;BR /&gt;Devendran Venkatesh&lt;BR /&gt;RPA - Technical Architect |&lt;BR /&gt;Riyadh 11413, Kingdom of Saudi Arabia&lt;BR /&gt;Phone.     +966-556784162&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Sep 2023 09:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Possibly-the-silliest-automation-ever/m-p/75373#M27978</guid>
      <dc:creator>DevendranVenkatesh</dc:creator>
      <dc:date>2023-09-04T09:29:00Z</dc:date>
    </item>
  </channel>
</rss>

