Forum Discussion
3 Replies
- Abhishek_Soni37Contributor
Assuming you are using Rest Post to send data to the API, you can define the batch size.
Have a look at Rest POST.- reachsenthilNew Contributor
Hi @Soni37 , I am using REST GET to hit the url with parameters and get the response and load to table. so the restriction is to hit api for 1000 records per request
- Abhishek_Soni37Contributor
You can use Group By N snap to create a batch of requests before feeding it to REST Get snap.
Test_Expression_2023_06_22.slp (3.8 KB)The response will look like this: In my case, I created a group of 8 records.
Let me know if it works. 🙂