You can do one thing here, whenever you that error, you can first check the value of prior value data item (This data item we can create to store the first element value for the prior screen) In case this is the first screen of your run, this value would be null so if the value is null (First Run) simply assign the prior value data item as the first element value of the current screen using read stage and then click on the first element and then try to press down button in a loop for (48 times*2) and the via Resume stage come back to the main flow. In you main flow if you are able to get that item proceed with the happy path.
Now again in you flow if you get the same error you can again check if the prior value is null, this time it won't be as first screen had some value so now check if the value of the first element of the current screen is equal to the first element value of the current screen. If they are not means you navigated properly to the next screen and now again you can fetch the first element value of current screen and store it as a prior value data item and then repeat the same process of clicking on down button in a loop and after Resume stage come to you main flow.
If the value of the first element of the current screen would have been equal to the first element value of the current screen it means that you are at the same page as no more values are available that's why top elements are matching, so now you can simply process your flow to go ahead or throw an exception saying that you didn't get any matching items.
------------------------------
----------------------------------
Hope it helps you and if it resolves you query please mark it as the best answer so that others having the same problem can track the answer easily
Regards,
Devneet Mohanty
Intelligent Automation Consultant
Blueprism 6x Certified Professional
Website:
https://devneet.github.io/Email: devneetmohanty07@gmail.com
----------------------------------
------------------------------
---------------------------------------------------------------------------------------------------------------------------------------
Hope this helps you out and if so, please mark the current thread as the 'Answer', so others can refer to the same for reference in future.
Regards,
Devneet Mohanty,
SS&C Blueprism Community MVP 2024,
Automation Architect,
Wonderbotz India Pvt. Ltd.