When creating a service backed record having more around more than 10,000 records, there is a error.
How to resolve that error? Should I go for disable sync options and then create.
Discussion posts and replies are publicly visible
It is because Appian can only return a maximum of 1000 records with each call, when there are more records than this limit then you need to sync data in batches.
Checkout the documentation for Syncing in batches.
There is rule input created as well in the Integration. Where to use that ri! in the Integration.
Does your integration support paging or batching in some manner? If so, that batch number rule input can be passed in to identify the batch. It will start with a value of 1 and increase one by one.
Since each integration is different, you'll need to consider how your integration in particular would support a batch number.