https://docs.appian.com/suite/help/21.2/configure-record-data-source.html#use-a-web-service-with-sync-enabled
Above information says we can change but not able to understand the place where should i make the change?I am using Other Web Service as Record Data Source and using integration to pull data.I tried Limit in Query Parameters it didn't work.Any Suggestions?
Discussion posts and replies are publicly visible
You have you change it in your recordDataSource expression. The target web service needs to support it as well.
Where should i do that? I can't pull all record as 5MB limit gets exceed.
Why do you need to increase the batch size? Going with larger batches will not make it run faster typically.
I want to reduce to 100 as size of batch shouldn't increase more than 5mb.
You would need to change your integration. The API needs to support the paging and setting the batchSize for it to work.