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 .
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.