We will now loop through all of 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. Tip, and right click. Choose "Loop" | "For Each Table Row" | "Exclude First Row". The first row should be excluded because it contains the headers of the columns.

After selecting from the context menu, we see that a For Each Tag Path step has been inserted. This step is a loop action, and the loop iterations can be controlled using the arrow buttons on the step itself.
If we click anywhere else on the loop step, we can see how the step is configured in the panel to the right. Notice the * next to the First Tag Number. An * means that the value is different from the default value, which is 0. If you right-click the *, or the property name, you will get a popup menu allowing you to reset the property to its default value, which is displayed in parenthesis. The reason that the value differs from the default, is because the first row of the table is a header row, which we selected to exclude when creating the loop. The * feature is described in details in the section Show Changes from Default.
