How to iterate through nested clones on a web page
I have a web page with a dynamic table that has the days within a specified range as labels for the rows. Then the table is expandable along the columns as well as more years are added. I have clones for each of the dates and then for each column, however when I try to iterate through the rows and columns, I note that I am going to each row but only staying on the first row of the table when I edit values within the column clones. I have attached an automation wherein I attempt to copy data from one column to its respective part in the same row, and iterate through those columns.