[sovled] database not reading data correctly

for some reason the code stopped working and now it doesn’t want to get the data that was working correctly


inside database


console

code:

let time = $w("#dataset4").getCurrentItem()["shipping_time"] // get number

solved:

I decided to delete an element from the site and put it back and now the script is back up and running, I don’t know what caused this problem

it seems to have to do with the repeater and a element with $w.(“ID”).somefuncion ();

when an object that has a function like $w.onClick
inside the repeater
basic functions like (“uploadbutton”).reset () stop working or don’t work properly