<?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: ADDING 2 NUMBERS IN WINDOWS CALC USING COLLECTION in University Forum</title>
    <link>https://community.blueprism.com/t5/University-Forum/ADDING-2-NUMBERS-IN-WINDOWS-CALC-USING-COLLECTION/m-p/79436#M668</link>
    <description>Hi Manpreet, the solution you have given makes the program static which makes it difficult if we want to calculate for n number of values. I am trying to achieve a dynamic method where in values are being fetched from an excel and written into the calculator application.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Suhas M&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 29 Apr 2022 16:30:00 GMT</pubDate>
    <dc:creator>SuhasM</dc:creator>
    <dc:date>2022-04-29T16:30:00Z</dc:date>
    <item>
      <title>ADDING 2 NUMBERS IN WINDOWS CALC USING COLLECTION</title>
      <link>https://community.blueprism.com/t5/University-Forum/ADDING-2-NUMBERS-IN-WINDOWS-CALC-USING-COLLECTION/m-p/79433#M665</link>
      <description>I am trying to interact with windows calculator, I have spied the calculator app. I have fetched the data from a excel worksheet as a collection. Now i am writing the data into the calculator application. When I am trying to write the values into the calculator from the collection i am getting an error saying&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;" Internal : Failed to perform step 1 in Write Stage 'VALUE1' on page 'ADD' - Unable to find a valid pattern - required: ValuePattern"&lt;BR /&gt;&lt;BR /&gt;Please do let me know how to resolve this issue.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;Suhas&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Suhas M&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Apr 2022 12:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/ADDING-2-NUMBERS-IN-WINDOWS-CALC-USING-COLLECTION/m-p/79433#M665</guid>
      <dc:creator>SuhasM</dc:creator>
      <dc:date>2022-04-29T12:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: ADDING 2 NUMBERS IN WINDOWS CALC USING COLLECTION</title>
      <link>https://community.blueprism.com/t5/University-Forum/ADDING-2-NUMBERS-IN-WINDOWS-CALC-USING-COLLECTION/m-p/79434#M666</link>
      <description>Hi @Suhas M ,&lt;BR /&gt;&lt;BR /&gt;Could you re check the spied fields where you want to write values by identifying them.&amp;nbsp; ​&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Srihari &lt;BR /&gt;RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Apr 2022 13:26:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/ADDING-2-NUMBERS-IN-WINDOWS-CALC-USING-COLLECTION/m-p/79434#M666</guid>
      <dc:creator>KodiSrihari</dc:creator>
      <dc:date>2022-04-29T13:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: ADDING 2 NUMBERS IN WINDOWS CALC USING COLLECTION</title>
      <link>https://community.blueprism.com/t5/University-Forum/ADDING-2-NUMBERS-IN-WINDOWS-CALC-USING-COLLECTION/m-p/79435#M667</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/27350"&gt;@SuhasM&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Instead of writing value using Write stage, did you try using '&lt;STRONG&gt;Click&lt;/STRONG&gt;' action using Navigate stage to perform the calculations. Suppose you want to perform 3*4 = 12 action, please follow the below steps:&lt;BR /&gt;&lt;BR /&gt;1) Spy all the buttons e.g. 3,4,=,1,2,* etc.&lt;BR /&gt;2) Use '&lt;STRONG&gt;Navigate&lt;/STRONG&gt;' stage to perform &lt;STRONG&gt;Global Mouse click center&lt;/STRONG&gt; ​to click button 3&lt;BR /&gt;3) Similarly use the Navigate stages for performing other actions and it should work.&lt;BR /&gt;&lt;BR /&gt;Hope it helps in resolving your query&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Manpreet Kaur&lt;BR /&gt;Manager&lt;BR /&gt;Deloitte&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Apr 2022 14:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/ADDING-2-NUMBERS-IN-WINDOWS-CALC-USING-COLLECTION/m-p/79435#M667</guid>
      <dc:creator>ManpreetKaur1</dc:creator>
      <dc:date>2022-04-29T14:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: ADDING 2 NUMBERS IN WINDOWS CALC USING COLLECTION</title>
      <link>https://community.blueprism.com/t5/University-Forum/ADDING-2-NUMBERS-IN-WINDOWS-CALC-USING-COLLECTION/m-p/79436#M668</link>
      <description>Hi Manpreet, the solution you have given makes the program static which makes it difficult if we want to calculate for n number of values. I am trying to achieve a dynamic method where in values are being fetched from an excel and written into the calculator application.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Suhas M&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Apr 2022 16:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/ADDING-2-NUMBERS-IN-WINDOWS-CALC-USING-COLLECTION/m-p/79436#M668</guid>
      <dc:creator>SuhasM</dc:creator>
      <dc:date>2022-04-29T16:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: ADDING 2 NUMBERS IN WINDOWS CALC USING COLLECTION</title>
      <link>https://community.blueprism.com/t5/University-Forum/ADDING-2-NUMBERS-IN-WINDOWS-CALC-USING-COLLECTION/m-p/79437#M669</link>
      <description>Hi Srihari , Yes I reidentified the fields but still I am facing the issue.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Suhas M&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Apr 2022 16:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/ADDING-2-NUMBERS-IN-WINDOWS-CALC-USING-COLLECTION/m-p/79437#M669</guid>
      <dc:creator>SuhasM</dc:creator>
      <dc:date>2022-04-29T16:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: ADDING 2 NUMBERS IN WINDOWS CALC USING COLLECTION</title>
      <link>https://community.blueprism.com/t5/University-Forum/ADDING-2-NUMBERS-IN-WINDOWS-CALC-USING-COLLECTION/m-p/79438#M670</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/27350"&gt;@SuhasM&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Just a simple question... why are you using the Windows Calculator instead of performing this with a Calculation Stage?&lt;BR /&gt;&lt;BR /&gt;If you only want to performe calculations is more efficient to make this with out any external app I guess&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;See you in the community, bye &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Architect&lt;BR /&gt;Altamira Assets Management&lt;BR /&gt;Madrid&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Apr 2022 17:47:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/ADDING-2-NUMBERS-IN-WINDOWS-CALC-USING-COLLECTION/m-p/79438#M670</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-04-29T17:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: ADDING 2 NUMBERS IN WINDOWS CALC USING COLLECTION</title>
      <link>https://community.blueprism.com/t5/University-Forum/ADDING-2-NUMBERS-IN-WINDOWS-CALC-USING-COLLECTION/m-p/79439#M671</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/27350"&gt;@SuhasM&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;You can use '&lt;STRONG&gt;Dynamic&lt;/STRONG&gt;' property of the spied elements in order to make your solution dynamic. Attaching a snippet for your reference&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="32174.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/32282i907039F0A341919C/image-size/large?v=v2&amp;amp;px=999" role="button" title="32174.png" alt="32174.png" /&gt;&lt;/span&gt;&lt;BR /&gt;I have created a logic using &lt;STRONG&gt;Choice&lt;/STRONG&gt; stage to pass the values as &lt;STRONG&gt;dynamic&lt;/STRONG&gt; in ​&lt;STRONG&gt;UIA Name attribute&lt;/STRONG&gt; ( I spied using UIA mode)&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="32175.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/32283i00D4BD06EA2F9BB0/image-size/large?v=v2&amp;amp;px=999" role="button" title="32175.png" alt="32175.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Post that, using &lt;STRONG&gt;Calculation&lt;/STRONG&gt; stage. setting the output in '&lt;STRONG&gt;Value&lt;/STRONG&gt;' variable&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="32176.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/32284iF0215FCA24A0415E/image-size/large?v=v2&amp;amp;px=999" role="button" title="32176.png" alt="32176.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="32177.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/32287i9C2BF5D36EFB880F/image-size/large?v=v2&amp;amp;px=999" role="button" title="32177.png" alt="32177.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Hope it helps in resolving your query.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Manpreet Kaur&lt;BR /&gt;Manager&lt;BR /&gt;Deloitte&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Apr 2022 18:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/ADDING-2-NUMBERS-IN-WINDOWS-CALC-USING-COLLECTION/m-p/79439#M671</guid>
      <dc:creator>ManpreetKaur1</dc:creator>
      <dc:date>2022-04-29T18:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: ADDING 2 NUMBERS IN WINDOWS CALC USING COLLECTION</title>
      <link>https://community.blueprism.com/t5/University-Forum/ADDING-2-NUMBERS-IN-WINDOWS-CALC-USING-COLLECTION/m-p/79440#M672</link>
      <description>Hi Pablo, We are new to this technology and we are doing several tasks just to get used to this tech. Interacting with an windows application[calculator] was one among the several tasks we were performing hence we are using the windows calculator.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;Suhas&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Suhas M&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 01 May 2022 17:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/ADDING-2-NUMBERS-IN-WINDOWS-CALC-USING-COLLECTION/m-p/79440#M672</guid>
      <dc:creator>SuhasM</dc:creator>
      <dc:date>2022-05-01T17:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: ADDING 2 NUMBERS IN WINDOWS CALC USING COLLECTION</title>
      <link>https://community.blueprism.com/t5/University-Forum/ADDING-2-NUMBERS-IN-WINDOWS-CALC-USING-COLLECTION/m-p/79441#M673</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/27350"&gt;@SuhasM&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;If is only an exercise, is perfect for practice as you said.&lt;BR /&gt;&lt;BR /&gt;Just a simple tip for you in the future, when you want to create a robot you have two ways to perform this. First one is replicate the same steps as a human, this become in an inefficient processes. Or try to go beyond thinking the best way to make the task.&lt;BR /&gt;&lt;BR /&gt;This is why I ask you why are you using the calculator &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy your RPA journey!&lt;BR /&gt;&lt;BR /&gt;See you in the community, bye &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Architect&lt;BR /&gt;Altamira Assets Management&lt;BR /&gt;Madrid&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 02 May 2022 08:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/ADDING-2-NUMBERS-IN-WINDOWS-CALC-USING-COLLECTION/m-p/79441#M673</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-05-02T08:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: ADDING 2 NUMBERS IN WINDOWS CALC USING COLLECTION</title>
      <link>https://community.blueprism.com/t5/University-Forum/ADDING-2-NUMBERS-IN-WINDOWS-CALC-USING-COLLECTION/m-p/79442#M674</link>
      <description>Hi Manpreet Kaur, your solution worked and it helped us a lot in solving the problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Suhas&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Suhas M&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 05 May 2022 04:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/ADDING-2-NUMBERS-IN-WINDOWS-CALC-USING-COLLECTION/m-p/79442#M674</guid>
      <dc:creator>SuhasM</dc:creator>
      <dc:date>2022-05-05T04:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: ADDING 2 NUMBERS IN WINDOWS CALC USING COLLECTION</title>
      <link>https://community.blueprism.com/t5/University-Forum/ADDING-2-NUMBERS-IN-WINDOWS-CALC-USING-COLLECTION/m-p/79443#M675</link>
      <description>Hi Pablo, I would like to thank you for your tips and advices&amp;nbsp; will definitely use them, looking forward to learn more and more in BP as it's very interesting.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Suhas&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Suhas M&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 05 May 2022 04:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/ADDING-2-NUMBERS-IN-WINDOWS-CALC-USING-COLLECTION/m-p/79443#M675</guid>
      <dc:creator>SuhasM</dc:creator>
      <dc:date>2022-05-05T04:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: ADDING 2 NUMBERS IN WINDOWS CALC USING COLLECTION</title>
      <link>https://community.blueprism.com/t5/University-Forum/ADDING-2-NUMBERS-IN-WINDOWS-CALC-USING-COLLECTION/m-p/79444#M676</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/27350"&gt;@SuhasM&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Good to know the solution worked :)​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Manpreet Kaur&lt;BR /&gt;Manager&lt;BR /&gt;Deloitte&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 06 May 2022 07:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/ADDING-2-NUMBERS-IN-WINDOWS-CALC-USING-COLLECTION/m-p/79444#M676</guid>
      <dc:creator>ManpreetKaur1</dc:creator>
      <dc:date>2022-05-06T07:46:00Z</dc:date>
    </item>
  </channel>
</rss>

