Hi,
I am having difficulty populating text into a table on a web page. I can successfully enter the data into the first row but am unable to add anything to the second row.
The table cells have dynamic ID's. I have to remove the ID in the selector for row 1 in order to poulate it. If i remove the ID in the selector for the second row, data meant for the second row populates in the first row.
I have also tried 'extract data from web page' which captures the entire html table successfully, i can update the data table with the correct data in the correct cells, but then trying to populate the updated data table back to the web table doesn't work either.
I also tried sending key and mouse commands but can't get a reliable flow from this method.

When the web page loads only the first row is visible, when i populate one of the columns with text the second row appears, and so on.
Ultimately i would like to populate 3 rows total, but 2 rows would suffice.
Any help much appreciated,
Neil