Hello friends - how do you "loop" your workflows to process multiple pages of data in Bridge?
For example, if I GET a Sheet, 500 rows at a time, and have 5 pages to process, how do I get page 2 when I'm done processing page 1? I tried using Alt-click to loop back to the top of the workflow but that doesn't work. Once finishing the "bottom" of the workflow it does not go back and execute the top again, even if I connect the workflow line.
My only guess is to use Child Workflow to call the same workflow again and pass in the next page number for the run. Is there a better way that doesn't spawn tons of "nested" workflow runs?