cancel
Showing results for 
Search instead for 
Did you mean: 

Internal : Failed to perform step 1 in Navigate Stage 'Select Quantity' on page 'Add New Orders' - Unable to match any windows with the query terms

LogeshRaja
Level 2
Internal : Failed to perform step 1 in Navigate Stage 'Select Quantity' on page 'Add New Orders' - Unable to match any windows with the query terms.
Hi, Im working on Centrix Data Solutions Project, After completing all the process, while running the app in process studio the first loop completed the orders. but in the next loop this error is popping up? Error on Quantity stage. Any HELP
25652.png



------------------------------
Logesh Raja
------------------------------
3 REPLIES 3

PvD_SE
Level 12
Hi Logesh,

The infamous '...query terms' exceptions tries to tell you that the UI field your actions tries to access (read/write) cannot be found. This does not mean that is does not exists, but the action cannot find it. When I write 'cannot find', I actually mean 'cannot uniquely find'. The UI field is either not defined correctly, or the process does not have focus on the UI that contains the field. 

If the same page runs twice against the same UI, accessing the same field, and the second time it does not recognize the field, then perhaps the focus is no longer on the UI containing the field. 


------------------------------
Happy coding!
---------------
Paul
Sweden
------------------------------
Happy coding!
Paul, Sweden
(By all means, do not mark this as the best answer!)

ritansh.jatwani
Level 9
Hi @Logesh Raja,

This issue generally occurs if Blue prism is unable to uniquely identify the attributes of a particular element. Please check the attributes and always remember the rule - Lesser the attributes, faster the application. So identify the attributes which are generic and not dependent on any ID, parent related attributes or values which keep on changing.​

------------------------------
Ritansh Jatwani
Manager
Deloitte
Gurgaon
*If you find this post helpful mark it as best answer
------------------------------

MichealCharron
Level 8
@Logesh Raja

This is Blue Prism being sly. They built that sample application to throw a bunch of situations that are out of the ordinary so that it makes people think about how to handle them properly. You probably have the "Window Text" attribute checked. After you input the first order, the "Select Quantity" placeholder is no longer in the input field for subsequent entries. Uncheck the "Window Text" attribute and make sure your other attributes are enough to select the input field.

25649.png





------------------------------
Micheal Charron
Senior Manager
RBC
America/Toronto
------------------------------
Micheal Charron
RBC
Toronto, Ontario
Canada