Dynamic table row in selector

I am using this syntax but everytime it is selecting only first row…Please help
sap colName=‘BITM_DESCR’
id=‘usr/cntlCONTAINER_0100/shellcont/shell’ tableRow=‘"+strAssignmentcount +"’

1 Like

@Sindu_vijaya_kumar Did you find any solution for this issue? I have the same problem

If you work with excel use excel scope - read range - for each row.

thanks but it’s in SAP. I modified the selector but its like ignoring the variable (int32) and takes always 0 for the row. tableRow=‘“+variable+”’ and tableRow=‘“+variable.toString()+”’ did not work

Hi Guys

I was having the same issue which got resolved using advice on following link:

Hope this helps.

I am facing the same problem. If you could overcome this, please do let me know. I am also facing the same while using SAP.

Sorry for the late response @Ananya_Ghosal. You have to use only “+your_row_variable.tostring+”

I have same issue please help to find solution. I used
tableRow=‘+strSAPRowName+’ This format.

Please help me i also have same issue while selecting table row.