Hello all,
i do have a similar problem. I think the recursive loop might work but also don t really get it finished.
the problem is that is do:
a first call which gives the first set and the “next page link”
I would then need to use the next page link for the second call
but the GET node would need to know when to take the first inital link and when the “next page link”
so i would need some sort of switch that indicates that a next page link is present and switches.
this is what i intended to do, a first GET to do the initial call, then the loop start. the XPATH extracts the information from the first set and (simplified) the next page link, which is passed back to the loop start.
the GET in the loop would do the second call then. but how can i switch the second get on/off if a next page link is present ?
would be happy for any ideas.
cheers
Andreas