Hi! Same problem. getCurrentItem doesn’t receive data from the database. I created a simple site with simple code, but this doesn’t work.
import wixData from "wix-data";
$w.onReady(function () {
let textFromDatabase = $w("#dataset1").getCurrentItem().title;
$w("#text1").text = textFromDatabase;
});
![]()
Please fix this as soon as possible.