On tag finders
Usually if you wait assigning a tag till after putting in the loop step you won't need to change anything in the "tag finders" tab. If you want to reassign the tag for a certain step you can simply click on the tag you want and then press Ctrl+T. What I did in your robot was to insert the loop and then reassign all the tags so they would find tags in relation to the current tags.
I don't think there are any tutorials on this but Help in robomaker has a lot of great stuff
On extracting from 10 pages
Your problem is the "set current tag" step. the current tag is kept even after going to next page so it messes up the "for each" loop which also uses current tags. Remove "set current tag", set the "click" action to click on the next page button, and for the "click" action change:
- set the tag path to: .*.div.div.div.div.table.*.table.*.form.table.*.table.*.td
- set the tag number to: 0 from last.
You kind of just have to experiment with these things to find out what works for the specific page.
-Simon
Edit: http://openkapow.com/files/folders/19255/download.aspx