cancel
Showing results for 
Search instead for 
Did you mean: 

Rest Get Pagination Issue

arvindnsn
Contributor

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

image

Snap_output

2 REPLIES 2

igormicev
Contributor

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

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