Log data only when wanted
Hello,
I am sending data to my Things. Those data are in an infotable like this:

my lastSession json looks like this:

However, sometimes I will send the same data but my lastSession will change but keep the same ID.
I want to log all my data. However, when a lastSession comes with the same ID as the old one, I want to replace the data and not log them.
I tried to PurgeSelectedPropertyHistory but it did not work.
Does anyone have an idea ?

