Forum Discussion

akashgera's avatar
akashgera
Helper I
4 years ago
Solved

Dealing with paginated API using Recursion function

Hello Folks, I am using paginated API to fetch the data as per page number , one single page fetches only 100 records and total I have 30824 records which requires data from 309 pages. So I want her...