Anyone experiences issues since this new database update?

  1. Is there a way to select and delete multiple rows from live a dataset? There use to be, it was nice and simple what happened am i missing something obvious here?
  2. This code worked perfectly until this update or whatever Wix did. Can anyone tell me why it would no longer be working?
    export function button1_click_1(event) {
    $w(‘#dataset3’).setFieldValue(‘username’,$w(‘#input1’).value);
    $w(‘#dataset3’).save();
    $w(‘#dataset3’).setFieldValue(‘phone’,$w(‘#input3’).value);
    $w(‘#dataset3’).save();
    }

Is anyone else having issues since this update?

ok so now the new update allows you to delete multiple rows but you have to select each row one by one so if you want to delete 100 rows have fun selecting 100 rows! oh and you still cant select multiple cells.

1 Like