Query to Update Edited New Table

I've created a table with a few columns. I made one column editable. The table allows multiple rows to be selected.

If I edit one or three or ten rows in the table, the changeSet array contains the modifications, including the primary key of each modified row. How do I get the primary key values out of the changeSet array and pass them to a bulk update query?

Or, is there a better way?

For posterity, the answer is deceptively simple. Just pass the table's changeSet array to a bulk update query:

1 Like