Goal: Get first page of results → Split them → Loop Over Items until first page is done. Add +1 to the page number, requery for page 2 results, → Split → Loop Over Items, repeating until no more available records.
The workflow below goes through the first set just fine, but when it breaks outside the Loop and attempts to do page 2, it just triggers done in the next loop attempting and continually spams that without actually processing the loop.
What am I missing?