How to select item in SAP one by one

Hello

I am now working is UiPath studio and want to select the item one by one, for example, seletct item 100 and then click edit button to jump into details and then fillin some data, afterwards back to item list, and then click item 200 and so on.

I tried to use find children actitivies but no idea how to use the filter to get the “Item”

and how to select this line and then click if i found it in for each ?

@Yao_Qi_SZ

  1. It looks like a table so try to use sap table scope and just increase the numbers to change the cells
  2. 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' />
  3. Use currentitem as input variable to input element so that for each iteration each item is clicked

Cheers

1 Like