Enter data to a table in webpage

Hi,

I have a table in webpage. I have textbox inside the table. I need to write data into textbox in each row of table. I have used click image activity to identify header of table and used offset value to identify next row. And then use type into activity to insert value in each row. And I have increased offset value to insert data into each row. I’m able to insert data until 6 to 7 rows. But later, it is not working. How can I resolve it? Can anyone please help me on this?

Thanks in advance!

Kind Regards,
Renju

Hi @renjutom

use for each row
and
USe anchor Base activity inside the activity use find element activity and type into activity in type into use row(“column name”).Tostring

cool,
Regards,
Gulshiyaa