Forum Discussion

arvindnsn's avatar
arvindnsn
Contributor
6 years ago

Rest Get Pagination Issue

Hello,

I am having issues with the Rest GET Pagination mechanism. The Pagination works fine in the validate mode, but doesn’t traverse after 1st page when i actually run the pipeline. This is so weird that i am able to see the pagination working fine in the “Validate&Execute” mode, but failing to move after the 1st page when i actually run the Pipeline.

Below is the screenshot of the logic i use for pagination.

Postman_output is the screenshot from Postman to show the API structure.
Snap_output is the screenshot from SnapLogic Pipeline for Pagination.

I have tried using the pagination intervals from 1 to 25 but in vain.

I would really appreciate if any reason or solution is available.

Thanks
Aravind N

2 Replies

  • Hi @arvindnsn

    Has next seems to be correctly set up.
    Next URL seems not set up well.
    Also, try avoiding multiple original navigations like you have three in the example.

    /Igor

    • arvindnsn's avatar
      arvindnsn
      Contributor

      OK. I will remove the multiple Original Navigation and see if it works. Thank you.