<?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 Unable to match any windows with the query terms in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-match-any-windows-with-the-query-terms/m-p/54018#M8615</link>
    <description>&lt;P&gt;Hello dear colleagues,&lt;BR /&gt;&lt;BR /&gt;my current exercise is to fill a data from the Excel sheet to Centrix Data Solution in row by row way.&lt;BR /&gt;So it can finish the first row and confirmed it, but once it goes to the next row it showed me this message :&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;["Internal : Failed to perform step 1 in Navigate Stage 'Select Quantity' on page 'New Order Page - Input Order' - Unable to match any windows with the query terms"]&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;With many thanks in advance.&lt;BR /&gt;Ahmed.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ahmed Mushrif&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 02 May 2022 20:05:00 GMT</pubDate>
    <dc:creator>Leader-777</dc:creator>
    <dc:date>2022-05-02T20:05:00Z</dc:date>
    <item>
      <title>Unable to match any windows with the query terms</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-match-any-windows-with-the-query-terms/m-p/54018#M8615</link>
      <description>&lt;P&gt;Hello dear colleagues,&lt;BR /&gt;&lt;BR /&gt;my current exercise is to fill a data from the Excel sheet to Centrix Data Solution in row by row way.&lt;BR /&gt;So it can finish the first row and confirmed it, but once it goes to the next row it showed me this message :&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;["Internal : Failed to perform step 1 in Navigate Stage 'Select Quantity' on page 'New Order Page - Input Order' - Unable to match any windows with the query terms"]&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;With many thanks in advance.&lt;BR /&gt;Ahmed.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ahmed Mushrif&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 02 May 2022 20:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-match-any-windows-with-the-query-terms/m-p/54018#M8615</guid>
      <dc:creator>Leader-777</dc:creator>
      <dc:date>2022-05-02T20:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to match any windows with the query terms</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-match-any-windows-with-the-query-terms/m-p/54019#M8616</link>
      <description>That looks like an error message that occurs when using UIA mode for an element. So, one thing to note is that what it means by "unable to match any windows" probably really means "unable to match any elements using UIA mode". I don't know if that helps at all, but it seemed worth mentioning.&lt;BR /&gt;&lt;BR /&gt;If you're saying it works on the first row but not on subsequent, then app either hasn't returned to the starting page/screen/state before beginning the second row OR your app modeller element attributes aren't flexible enough to work with the subsequent rows. Could you screenshot or describe the app? And it would also be helpful to see the app modeller attributes you're using. Sort by the Match column so all the selected attributes show next to each other.&lt;BR /&gt;&lt;BR /&gt;Another possibility here is that maybe you've designed everything perfectly and the only issue is a lack of a wait stage in your loop (assuming you have a loop somewhere). Ideally you'd use a conditional wait that waits for the target element to exist before trying to interact with it. It could be that between page loads, blue prism is trying to work with the element before it has reloaded in order to handle the second row.&lt;BR /&gt;&lt;BR /&gt;It's hard for me to guess what scenario you are encountering without seeing the app or your element attributes.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dave Morris&lt;BR /&gt;3Ci at Southern Company&lt;BR /&gt;Atlanta, GA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 02 May 2022 22:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-match-any-windows-with-the-query-terms/m-p/54019#M8616</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2022-05-02T22:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to match any windows with the query terms</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-match-any-windows-with-the-query-terms/m-p/54020#M8617</link>
      <description>Hi Ahmed&lt;BR /&gt;&lt;BR /&gt;I had a similar issue with a SAP application I inserted the first row but the second row had slightly different elements due to the row numbering. I resolved this by first counting the number of rows from my collection, loop the collection and using dynamic elements to adjust the row number with each loop. It counts each loop and that count is used for the row number, attached is a screenshot, there is some exception handling in here which may not be relevant to you as it was related to the number of rows on the screen. Hope this helps.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="20561.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/20707iB14FA90322381965/image-size/large?v=v2&amp;amp;px=999" role="button" title="20561.png" alt="20561.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="20562.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/20712i55A2C8A1685BB27A/image-size/large?v=v2&amp;amp;px=999" role="button" title="20562.png" alt="20562.png" /&gt;&lt;/span&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>Tue, 03 May 2022 07:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-match-any-windows-with-the-query-terms/m-p/54020#M8617</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2022-05-03T07:57:00Z</dc:date>
    </item>
  </channel>
</rss>

