How to clear the table.changeSet from code

I have set up a system so that when a cell changes in a table, the change syncs with db automatically - using event handlers.
So, there's no need to press the 'Save change' button anymore.
The sync process works fine.
The problem I am facing is that after the sync is done, I want to remove the change log from changeSet and recordUpdates.
How do I do that?
I have tried using delete keyword in javascript. That doesn't seem to work.

1 Like

@Muzib

Hey there :wave: Would triggering the query that populates your table work for your use case?