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);Variable/List/Tables from File or UI Tutorials
-
Any idea if you could make a video tutorial on how to create and use the user interface on a more advanced level like using a variable/list/tables from a file in spintax format or creating a variable /list from the "Create new resource" menu and how to input values and use all the options for that variable/list
Using variables/lists/tables is the heart of every efficient bot so this would be very helpfull
Thank you -
@andreaslima Yes, ui generator definitely needs manual.