Solved
Forum Discussion
rgoerwit
4 years agoNew Contributor II
This is an ongoing point of pain, and many folks have requested the ability to loop in SL without resorting to deep recursion.
There are apparently technical barriers to this. But it’s necessary. (Loop here would be: GET, examine response; if response says to wait, extract the wait time and pause, then go back to step one; otherwise, proceed.)
joel_bourgault
2 years agoNew Contributor III
Interesting use case; it seems to me that if Pagination Interval was a field that can be computed, it would implement the expected behavior.