saving arrays from localstorage to database
Posted: Tue Jan 20, 2015 2:17 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 Katsuo,
Current Mongo DB doesn't provide any bulk actions for users.
Hi Alena,
This is not possible?
Thanks.
Hi Katsuo,
yes, it is.
You sould write a loop inside which will be: - filling params - calling service
something like:
for (var i=0;i< some_length;i++){
USED_Settings_IN_SERVICE.current_id = VALUE_OF_NEXT_ID;
YOUR_SERVICE_NAME.execute({});
}