Updating all values of a column of a database

Hi Eaton,

I take it that allItems is an array produced by wixData.query. You could use the JavaScript switch statement inside your forEach loop to apply the different logic to update the other values in that array row, which you would then update the collection with.