I'm trying to create XML lists of specialty car dealerships in the US and have created a robot that works pretty well so far in collecting Lexus dealerships.
http://service.openkapow.com/mhalsey/lexusdealershipsxml.rest
It works perfectly except when there are more than 10 dealerships in a state (for example: California), requiring multiple pages of search results. I've tried using the "repeat" action with a branch that clicks on the next page button and then ending with a "next" action, but this doesn't seem to work. I followed the help guide and made sure that errors were handled properly, but the robot kept repeating the first page of results over and over again. When I tried to play around with other iterations of the loop, I could never make the output values take on data from other pages.
Help! I would really like to fully automate this process and don't think I'm that far from the solution.