I'm using the changesetArray from the table component in a function that handles updating the rows in my DB. Up until recently, each of the changes in the changesetArray used to include the id of the changed row, but for some reason, it's not there anymore?
Was this an internal change at Retool, or was the id never supposed to be available in the changesetArray anyways?
Tbh, that was the first thing I checked, and it was there, but now it was indeed removed again. Is it possible that this resets automatically sometimes, possibly when there are two rows in the data with the same id?
Because I was having this issue a couple of times now.