Saving data in Editable table columns

My editable table has 106 columns.

The docs say that "To save edits to the database, you must write a query to update your data."

I am filtering by an ID column using the selected row's ID.

I only want to update cells that have been modified but I don't see a way to do that using SQL or GUI mode. Must I write a SQL statement that checks the value of every cell?

Check out Bulk Update

You can use the GUI mode using the {{yourTableName.changesetArray}}

1 Like