01-16-2020 12:34 PM
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
11-05-2020 01:38 PM
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
11-16-2020 12:24 PM
OK. I will remove the multiple Original Navigation and see if it works. Thank you.