Relative Content

Tag Archive for paginationhttpclientsnaplogic

Can’t paginate using Http Client snap Post method in Snaplogic

I am extracting data using POST HTTP Client snap with a body filtering the data by the datetime. I am having an issue with pagination… I do not get the next url, I just get the next increment value. e.g. with limit of 10 starting with 0 the next increment will be after 10 then next will be after 20 etc… How do I use that to paginate. How do I configure the HTTP client snap to loop through the data and re-execute the url to retrieve the next group of records?