Using a query to transform data from data & changeSet

Thanks @pyrrho! Agreed that Object.keys (or Object.entries) is helpful here since you'll need an array :white_check_mark:

For the legacy table, we have a code example here that shows how to merge the changeSet with the table data using Object.entries.

1 Like