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
You can use Loop and Paging to get 1000 records at a time, But 3400 records in Variable it's bit concerning Can i know the size of the data. Appian isn't meant for Large data Processing. You might get Timeout exceptions and performance issue (It occupies more space).Bulk inserts and Updates through Data Store entities