You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
items.on("*", function updateItem(event, properties) {
// properties with data and oldData arrays
});
So when an item got moved from one group to another I used to compare the data(new) with the oldData.
My problem is that now, for some reason, data and oldData is now the same and I do not understand why.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello.
I create a new dataset and then I do this:
So when an item got moved from one group to another I used to compare the data(new) with the oldData.
My problem is that now, for some reason, data and oldData is now the same and I do not understand why.
Any help is appreciated
Beta Was this translation helpful? Give feedback.
All reactions