Create collections of data into db
Posted: Wed Jan 28, 2015 12:35 am
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi,
Create function in DB are not for bulk objects.
You can create only one object at once.
To make it work you should call your service loop.
Hi Lhor,
I have this code and still nothing happens:
this code is in button Click event
var storage = localStorage.getItem('_notloggedArray');
for(i=0;storage.length < i;i++){
CreateMap.execute();
}
Please try to debug your code first.
Do you get any error in console?