- It looks like a table so try to use sap table scope and just increase the numbers to change the cells
- If 1 does not work then in find children you need to indicate full table and then in filter give the selector of individual rows…to identify it open ui explorer indicate a row copy the selector ..mostly the last row only and then indicate one more row..and see what are the similarities and give the similar selector in the filter something like
<webctrl tag='td' /> - Use currentitem as input variable to input element so that for each iteration each item is clicked
Cheers