jhipp
2 years agoNew Contributor
HTTP Client Pagination with $_debug
Hi All, I recently turned on an integration that only runs for about a month in the spring and in the fall when I'm pushing some data from a training system into our ERP and noticed it started faili...
- 2 years ago
The `$_debug` object is only available in the output document, it's not available for pagination due to how the processing for paging works. I would suggest using the `snap.out.totalCount` to keep track of your paging (noting that the first page will use `snap.out.totalCount` being set to `0`.