Radio button and select item is selecting according to rows + 1

valueforstatus

valueforpunctual ifcond checkinpsel

I have task to mark an attendance from excel into HTML attendance sheet. i have issue to click the radio button as it kept clicking the first row. its not going to the second row, third row and so on. Is there any issues the way i typed in the edit selectors. I have attached the variables pic,assign pic,radio button pic and select item pic.
attendance.html (42.5 KB)

Hi,

Can you try the following steps?

  1. Set Breakpoint at the Check activity.
  2. Run Debugmode
  3. Robot will stop at the activity. Then check the value of status variable in local panel. If the value is what you expect, click continue. If not, you need to review assign for the variable.

Regards,