Working through items on a web app

Please can help? I’m a novice to UiPath…

I’ve created a workflow that navigates through a list of items…there are always 10 items on the list. We the page is first loaded the items are numbered from 1…10. When you clear and item the last item on the list (and all subsequent items are numbered 11). How to I work through the list beyond 10?

Thanks in advance, Jonathan

This is the current logic that I am using…

image

@jonathan.gaunt
in general following could work

  • datascraping - configured to the div without configured class selector attribute
  • find children
  • dynamized selector for idc and/class

can you share a screenshot showing the parent element for the line item divs? Are you interested on all
line items also including the no displayed (class = line no display) ones?