Forum Discussion
Abhishek_Soni37
3 years agoContributor
Assuming you are using Rest Post to send data to the API, you can define the batch size.
Have a look at Rest POST.
reachsenthil
3 years agoNew 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_Soni373 years agoContributor
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. 🙂
Related Content
- 4 months ago
- 6 months ago
- 2 years ago