Getting updated table data

I have trying to get the updated state of a table to send data to BE via rest api calls. I need all data from that table not only the updated rows. I tried with javascript to combine the recordUpdates with the table.data( after filtering out the updated rows) to get the updated state of the table. But the dirty state is getting toggled back even before I send the data to BE. Does any one knows a better solution to solve this issue?

Hi @Tessy_Thomas Welcome! Thanks for your question :slightly_smiling_face:

Does the solution discussed in this community post help to solve your case?