We will now loop through all the table rows in the table in the middle of the screen.
The loaded page contains a table. We want to loop through the rows of this, that is, look at them one by one and thereby extract each tip in the table. To do this, place the mouse at some cell in the table, e.g. Number, and right click. Choose “Loops” | “For Each Table Row” | “Exclude First Row”. The first row should be excluded because it contains the headers of the columns.
![]() |
Notice the number (1) in the For Each Tag Path step. This indicates that we are currently looking at the first row that the robot will iterate over.