<?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 Hi Bala,
Does it still throw… in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Drop-Down-No-Chid-Item-Exists/m-p/50167#M5440</link>
    <description>Hi Bala,
Does it still throw an error if you select using the Item Number (row number) instead of using the text?
I haven't run into the same issue you described, so I'm mostly suggesting this as a workaround. I have found some odd issues when trying to select items from dropdowns and I've found that a solid alternative (when selecting by Text doesn't work) is to retrieve all the items from the list first, loop through that in a Blue Prism collection to find the row number of the item I want to select, and then select the item based on the item number rather than the text. It's a workaround, but it's worth considering as an option.
Dave</description>
    <pubDate>Mon, 18 Feb 2019 22:08:00 GMT</pubDate>
    <dc:creator>david.l.morris</dc:creator>
    <dc:date>2019-02-18T22:08:00Z</dc:date>
    <item>
      <title>Drop Down-No Chid Item Exists</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Drop-Down-No-Chid-Item-Exists/m-p/50166#M5439</link>
      <description>Hi All,

. We have a drop down list in Ariba Web Application in that we have to select item based on the request. we have used&amp;nbsp; 'Navigate' stage which selects a value from a HTML Dropdown box. The value actually selects &amp;nbsp;successfully but Blue Prism thinks for some reason that it has failed by throwing the exception "No child item exists with the specified text". The exception is thrown out of the navigate stage.

&amp;nbsp;

Please suggest

Thanks,

Bala

&amp;nbsp;

&amp;nbsp;</description>
      <pubDate>Mon, 18 Feb 2019 19:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Drop-Down-No-Chid-Item-Exists/m-p/50166#M5439</guid>
      <dc:creator>balakrishna.gaddam</dc:creator>
      <dc:date>2019-02-18T19:12:00Z</dc:date>
    </item>
    <item>
      <title>Hi Bala,
Does it still throw…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Drop-Down-No-Chid-Item-Exists/m-p/50167#M5440</link>
      <description>Hi Bala,
Does it still throw an error if you select using the Item Number (row number) instead of using the text?
I haven't run into the same issue you described, so I'm mostly suggesting this as a workaround. I have found some odd issues when trying to select items from dropdowns and I've found that a solid alternative (when selecting by Text doesn't work) is to retrieve all the items from the list first, loop through that in a Blue Prism collection to find the row number of the item I want to select, and then select the item based on the item number rather than the text. It's a workaround, but it's worth considering as an option.
Dave</description>
      <pubDate>Mon, 18 Feb 2019 22:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Drop-Down-No-Chid-Item-Exists/m-p/50167#M5440</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2019-02-18T22:08:00Z</dc:date>
    </item>
    <item>
      <title>Hi Dave,
 
Yes its still…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Drop-Down-No-Chid-Item-Exists/m-p/50168#M5441</link>
      <description>Hi Dave,
&amp;nbsp;
Yes its still throws an error even if i select&amp;nbsp; the item number.
And in my Collection am getting the whole data(All Items) in one row. please find the attachment for your reference. when I Open 3rd row whole data (Items) are available in that row only.
when I use AA&amp;nbsp; mode then blue prism automatically crashes.
&amp;nbsp;
Please suggest.
Thanks,
Bala.</description>
      <pubDate>Tue, 19 Feb 2019 11:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Drop-Down-No-Chid-Item-Exists/m-p/50168#M5441</guid>
      <dc:creator>balakrishna.gaddam</dc:creator>
      <dc:date>2019-02-19T11:23:00Z</dc:date>
    </item>
    <item>
      <title>Hi Bala,
If The Value from…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Drop-Down-No-Chid-Item-Exists/m-p/50169#M5442</link>
      <description>Hi Bala,
If The Value from Drop-down highlights correctly , then only issue is fix the match index part in Application modular.
&amp;nbsp;
Thanks
vignesh.s</description>
      <pubDate>Tue, 19 Feb 2019 16:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Drop-Down-No-Chid-Item-Exists/m-p/50169#M5442</guid>
      <dc:creator>VIGNESHS2</dc:creator>
      <dc:date>2019-02-19T16:11:00Z</dc:date>
    </item>
    <item>
      <title>Bala,
Two things I'd try:…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Drop-Down-No-Chid-Item-Exists/m-p/50170#M5443</link>
      <description>Bala,
Two things I'd try:
Try spying a different part of the dropdown box (there is often a container element and an element within the container, both of which are recognized as dropdown inputs but only one of them will work for actions like Select Item.
Try directly writing the value rather than using Select Item. You may need to validate before using write to ensure that it's a valid choice in the dropdown (but it looks you can do that with InStr on the data you retrieve out of the dropdown element.
Dave</description>
      <pubDate>Tue, 19 Feb 2019 17:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Drop-Down-No-Chid-Item-Exists/m-p/50170#M5443</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2019-02-19T17:46:00Z</dc:date>
    </item>
    <item>
      <title>Dave,
Yes we have tried to…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Drop-Down-No-Chid-Item-Exists/m-p/50171#M5444</link>
      <description>Dave,
Yes we have tried to write the data instead of selecting the item in Drop Down. but its not updating when we are navigating to other page.. its like we have to click on the drop down item then only it will update...
When we spy the drop down, by default the element type is not a ""HTML Combo Box"" in the Attributes it is only an ""HTML Element""... we have changed manually to ""HTML Combo box"" then in navigate stage we took action as ""get all items.""
If we use Region Mode(List Region) there are about 200 items are there in drop down.
&amp;nbsp;
I tried different part of the drop down box..&amp;nbsp;
&amp;nbsp;</description>
      <pubDate>Tue, 19 Feb 2019 19:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Drop-Down-No-Chid-Item-Exists/m-p/50171#M5444</guid>
      <dc:creator>balakrishna.gaddam</dc:creator>
      <dc:date>2019-02-19T19:05:00Z</dc:date>
    </item>
    <item>
      <title>Yeah, changing the element…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Drop-Down-No-Chid-Item-Exists/m-p/50172#M5445</link>
      <description>Yeah, changing the element type (for me at least) usually doesn't solve the issue. That makes sense that you'd get the error you're getting. Blue Prism will let you use a navigate stage to try selecting items in a combo box if you manually changed the element type but then you'll get errors. If it doesn't work to spy a different part of the drop down box (not sure if you're saying you already tried it or still intend to try it), then you may need to attempt some Send Keys where you try things like clicking the dropdown box, sending the down arrow key, reading the value, and then looping if it's not the value you want, etc.</description>
      <pubDate>Tue, 19 Feb 2019 22:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Drop-Down-No-Chid-Item-Exists/m-p/50172#M5445</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2019-02-19T22:07:00Z</dc:date>
    </item>
    <item>
      <title>Hi Bala,
Have you solved the…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Drop-Down-No-Chid-Item-Exists/m-p/50173#M5446</link>
      <description>Hi Bala,
Have you solved the issue? I faced the same issue just now.
&amp;nbsp;</description>
      <pubDate>Fri, 01 Mar 2019 10:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Drop-Down-No-Chid-Item-Exists/m-p/50173#M5446</guid>
      <dc:creator>XianglingLiu</dc:creator>
      <dc:date>2019-03-01T10:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Dave,
Yes we have tried to…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Drop-Down-No-Chid-Item-Exists/m-p/50174#M5447</link>
      <description>Hi Bala, Have you solved the issue? I am facing exactly the same issue of it not being recognized as a combo element and hence not able to select.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Aysha M&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Sep 2020 19:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Drop-Down-No-Chid-Item-Exists/m-p/50174#M5447</guid>
      <dc:creator>AyshaM</dc:creator>
      <dc:date>2020-09-17T19:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Drop Down-No Chid Item Exists</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Drop-Down-No-Chid-Item-Exists/m-p/50175#M5448</link>
      <description>Hi Bala&lt;BR /&gt;&lt;BR /&gt;If you are still having an issue with this selection the item using text or position or both then I would suggest using a dynamic path to select the item you need. This is done by changing the path in application model to dynamic and this way you can edit it in a data item and pass it as a parameter of a read action. For example the path might look something like this /HTML/BODY(1)/DIV(19)/DIV(2)/DIV(1)/DIV(2)/FORM(1)/TABLE(1)/TBODY(1)/TR(1)/TD(2), generally you only need to change the row using a calculation stage /HTML/BODY(1)/DIV(19)/DIV(2)/DIV(1)/DIV(2)/FORM(1)/TABLE(1)/TBODY(1)/TR([&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;RowCount&lt;/STRONG&gt;&lt;/SPAN&gt;])/TD(2). After you set this use a read stage with the drop down element and set the parameter in here with the path data item.
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="20337.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/20483i603EF2665494753A/image-size/large?v=v2&amp;amp;px=999" role="button" title="20337.png" alt="20337.png" /&gt;&lt;/span&gt;Using a decision match the value you are looking for the value read if it matches select that item using a navigate and setting path data item as the parameter. If they don't then increase the row count and edit the path with a multi calculation stage and retry the read. Important to remember to limit the number of time this iterates, if you know the number of items in the drop down list using a decision to check if the row count is greater than that number and if so then end or throw exception otherwise you'll end up in an infinite loop. Example diagram below&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="20338.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/20487i68CB8123A6D3F1D3/image-size/large?v=v2&amp;amp;px=999" role="button" title="20338.png" alt="20338.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
I hope this was helpful &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;Everis Consultancy&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Sep 2020 08:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Drop-Down-No-Chid-Item-Exists/m-p/50175#M5448</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2020-09-18T08:58:00Z</dc:date>
    </item>
  </channel>
</rss>

