The activity is selecting the wrong row index

Hi,

I am using the Table Scope activity to enter the price during Sales Order (SO) creation in SAP. However, the activity is selecting the wrong row index —instead of entering data in the row marked in red , it is choosing the first empty row .

How can I resolve this issue?

@Shlok_Gupta,

As per my experience with SAP automation, there shouldn’t be any issue event if bot enters data at last row also. This row will get added automatically at last empty row.

@Shlok_Gupta try using an anchor-based approach by identifying a unique value in the correct row (like an item number or description) before entering the price. You can use ‘Find Element’ or ‘Get Text’ to locate the right row dynamically.

@Shlok_Gupta

Is there any specific reason you are trying to leave a row before data?

Also what index did you happen to provide

Cheers