How to create a table that only shows the changes

Hi @halil

For JS loops, you can use .trigger() and addtionalScope to pass values from the JS query to a SQL query (general tutorial here).

Here's a similar example

I believe we are exploring ways to query old & new values, as discussed here. You should be able to reference the table data for the original values though (something like: table1.data.find(x=>x.id === table1.changesetArray[0].id).property_name)! You could have some JS logic that checks if the old & new values are different

1 Like