How to add serveal rows in a colletion?
Hi all,
I have to colletion in a database. The collewtion A have some rows and, on an especific moment, I need to copy all A's rows to the B colletion. Is there a way to do this using Appery API?
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 all,
I have to colletion in a database. The collewtion A have some rows and, on an especific moment, I need to copy all A's rows to the B colletion. Is there a way to do this using Appery API?
Hi!
It should be possible with use of JavaScript.
Try to copy rows from A database and save them to localStorage on Event you need, then on Success event get these rows and save to B database.
Also look here:
http://docs.appery.io/documentation/b...
http://docs.mongodb.org/manual/crud/