for example my array size is 3400
in the first write - 1 to 10002nd time write 1001 to 20003rd time write 2001 to 30004th time write 3001 to 3400
How we can achieve this one
can anyone help me out
TIA
Discussion posts and replies are publicly visible
Technically the Write Records Smart Service supports up to 50 000 records at a time.
https://docs.appian.com/suite/help/24.3/Write_Records_Smart_Service.html#setup-tab
As others mentioned, it really depends on the amount of data you have in each of those 3400 records which could ultimately impact performance. You also need to take into consideration the data retention. If you load a lot of data in PVs, you'll probably want to avoid archiving that process to save on disk space.