Why is this code not working? Super basic, I think it’s a bug?
log is returning: "function (){j(“getCurrentItem”,[h,y,m]);var t=p.selectCurrentRecord(g());return t?i(t):null} "
$w.onReady(function () {
$w("#dynamicDataset").onReady( () => {
let userApp = $w("#dynamicDataset").getCurrentItem;
console.log(userApp);
});
});