Know which table field was edited

Hi :wave: @minijohn has a great suggestion here! You can reference .recordUpdates to get an array of all the rows where any edits were made with all fields in that row (both edited and unedited).

You can also reference .changeSet to get an object of only the values that were changed and the indices of their row in the table.

I hope you can use either of these or a combination of both fields for your use case :slightly_smiling_face: