<?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 Select List Item Action in Browser Mode for Blue Prism Version 6.9.0 in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Select-List-Item-Action-in-Browser-Mode-for-Blue-Prism-Version-6/m-p/72608#M25213</link>
    <description>After Spying an element in Browser Mode. I selected the "&lt;STRONG&gt;Select List Item&lt;/STRONG&gt;" Action in the Navigate Stage.&lt;BR /&gt;The purpose was to select a particular option from a dropdown after which the next element will occur.&lt;BR /&gt;&lt;BR /&gt;The above action selected the target but the next element didn't occur.&amp;nbsp;&lt;BR /&gt;When i checked the Application manually, whenever we select any item from the dropdown of any element,&lt;BR /&gt;The target Application first refreshes for few seconds and then the next element occurs but in my case its not working. Below are the screenshots for reference.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Basically, After passing the below action, the next element is not coming..&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="31360.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/31487iAC652F633E1E29BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="31360.png" alt="31360.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="31361.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/31488i5951B9A26E44FCCE/image-size/large?v=v2&amp;amp;px=999" role="button" title="31361.png" alt="31361.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Saurabh Goswami&lt;BR /&gt;RPA Developer&lt;BR /&gt;Ericsson India Global Pvt. Ltd.&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 10 Aug 2021 05:24:00 GMT</pubDate>
    <dc:creator>esaugos</dc:creator>
    <dc:date>2021-08-10T05:24:00Z</dc:date>
    <item>
      <title>Select List Item Action in Browser Mode for Blue Prism Version 6.9.0</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Select-List-Item-Action-in-Browser-Mode-for-Blue-Prism-Version-6/m-p/72608#M25213</link>
      <description>After Spying an element in Browser Mode. I selected the "&lt;STRONG&gt;Select List Item&lt;/STRONG&gt;" Action in the Navigate Stage.&lt;BR /&gt;The purpose was to select a particular option from a dropdown after which the next element will occur.&lt;BR /&gt;&lt;BR /&gt;The above action selected the target but the next element didn't occur.&amp;nbsp;&lt;BR /&gt;When i checked the Application manually, whenever we select any item from the dropdown of any element,&lt;BR /&gt;The target Application first refreshes for few seconds and then the next element occurs but in my case its not working. Below are the screenshots for reference.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Basically, After passing the below action, the next element is not coming..&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="31360.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/31487iAC652F633E1E29BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="31360.png" alt="31360.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="31361.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/31488i5951B9A26E44FCCE/image-size/large?v=v2&amp;amp;px=999" role="button" title="31361.png" alt="31361.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Saurabh Goswami&lt;BR /&gt;RPA Developer&lt;BR /&gt;Ericsson India Global Pvt. Ltd.&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Aug 2021 05:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Select-List-Item-Action-in-Browser-Mode-for-Blue-Prism-Version-6/m-p/72608#M25213</guid>
      <dc:creator>esaugos</dc:creator>
      <dc:date>2021-08-10T05:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: Select List Item Action in Browser Mode for Blue Prism Version 6.9.0</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Select-List-Item-Action-in-Browser-Mode-for-Blue-Prism-Version-6/m-p/72609#M25214</link>
      <description>Hi Saurabh,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;There is a chance that the action "Select List Item" that you're using to select an item from a drop-down list is not actually selecting the item from the drop-down. What you might see as a change in the field text it not actually a change in the value, that's why the application is not activated and you can't proceed.&amp;nbsp; You can check if this is the case by implementing a reading stage after your navigate stage to see what the value of the field "Store in Safe" is after the action.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If that's your case, to resolve the issue you need to find a different way to select the wanted item from the drop-down list. You could try these steps below:&lt;BR /&gt;1)Try reading the whole drop-down list and store the items in a collection.&lt;BR /&gt;2)Loop through the collection up to the point where you find the wanted input value. Here you'll have to use a decision stage and a counter(i.e. [dti_nb_Counter]). Every time the current item value doesn't match the wanted input value, ("No"), your counter will be increased by 1.&lt;BR /&gt;3)When your current item value matches the wanted input value ("Yes"), use a navigate stage with a "Global Send Keys" action. In the "Text" field of this action, try writing&lt;BR /&gt;"{DOWN [dti_nb_Counter]}".&amp;nbsp;&lt;BR /&gt;The counter indicates the position of your item in the list.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The use of keystrokes ([DOWN]) ensures that the item is actually selected from the drop-down.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I hope this helps!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Olympia Theodora Kalisperati&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Aug 2021 14:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Select-List-Item-Action-in-Browser-Mode-for-Blue-Prism-Version-6/m-p/72609#M25214</guid>
      <dc:creator>Olympia_Theodor</dc:creator>
      <dc:date>2021-08-10T14:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: Select List Item Action in Browser Mode for Blue Prism Version 6.9.0</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Select-List-Item-Action-in-Browser-Mode-for-Blue-Prism-Version-6/m-p/72610#M25215</link>
      <description>In these cases i prefer sending global send keys . Say for example the drop down field &lt;EM&gt;Store in Safe&lt;/EM&gt; can be easily selected to "CiscoXR_Recon" by sending "C" as a key .&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;Vipul Tiwari&lt;BR /&gt;Senior Process Simplification and Optimization Designer(Solutions Architect)&lt;BR /&gt;Fidelity International&lt;BR /&gt;------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Sep 2021 06:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Select-List-Item-Action-in-Browser-Mode-for-Blue-Prism-Version-6/m-p/72610#M25215</guid>
      <dc:creator>EVIPUTI</dc:creator>
      <dc:date>2021-09-03T06:25:00Z</dc:date>
    </item>
  </channel>
</rss>

