Example of Paginated API Response to Parent Flow (recursive flow)

I was having trouble getting a paginated response back to the calling parent flow from a helper flow if it had to loop. I was getting a “null” response. I worked with @maxkatz and Okta support and was able to get my desired outcome. It turns out the missing key piece I needed was to pass through the output from the “Call Flow” card to the “Return” card to tie it all together.

note* example was built following https://www.youtube.com/watch?v=zqzTcOrCV9k&list=PLIid085fSVdvyK8F4xuk49EchBPmAVNHG&index=21 but they didn’t show how to have the output show back into the parent flow clearly.

pagination_workflow.folder (33.7 KB)

Thanks for posting your example, @tony_v!