Forum Discussion
bojanvelevski
3 years agoValued Contributor
Hi @sravan,
Even though the API does not support pagination, I think we can leverage of the pagination option in the Rest Get snap. There is a Pagination Interval option, which basically means “Wait for X seconds before doing the next request”.
The logic would be something like:
HasNext: parseInt($records_remaining) > 0
NextURL: https:abc.com/8080/getfullload?batch=50
Let me know if this helps,
Regards,
Bojan
Thank you @bojanvelevski It worked like a charm…
The second one needs some adjustments in terms of what was required but both can be used for the requirement.
You are a RockStar.
Related Content
- 4 months ago
- 3 years ago
- 3 years ago
- 9 months ago