I have used several times the wixData . bulkInsert without problems, but now, when I try to import about 3000 registers it doesn’t work, There is a limit to use it?
Yes, there is. 1 item (in array) cannot exceed 200Kb and total batch (total array size) cannot exceed 512Kb. But this is valid ONLY for bulkInsert-ing from frontend. From backend, there seems to be no limit.
Thank you Giri! I’ll try to change my code
Of course, there is also the (documented) array entry limit of 1000 items per array/per bulkInsert.
Thank you again, Giri