Thanks for the reply however -
The count starts at -01- "zero-one"
therefore when the count arrives at 10 it becomes -10- which will not work with the regular counter - I had to make the count like so....
_ttp:somesite.com/dogpoo/0{-Counter.Set-|-count1-|-1-} > added if statement when reached 10 and restarted new loop like below
_ttp:somesite.com/dogpoo/{-Counter.Set-|-count1-|-10-}
I would like it all to be in one counter process / loop instead of 2. Any ideas ?