Works great for me:
Array.prototype.diff = function(a) { return this.filter(function(i) {return a.indexOf(i) < 0;}); }; const dif = [[TABLE1]].diff([[TABLE2]]); [[DIF]] = (dif);How to copy list and paste into database
-
Does anyone know how to add a list of elements to database but not in the same field, when I do list to resource for a database, it adds all info on one record.
-
I understand, but I want to insert a whole list of items in to a database. That loop function takes too long.
-
@jamakzai12 you will have to use nodejs and mongodb driver
https://community.bablosoft.com/post/62783