I tried both code but no dice my friend. Thanks for your suggestion though, I have 40 .get functions in the page code , the first 23 display the correct content from database the remaining 17 show the last item in the collection and Maybe a glitch when I imported the data to the DB, maybe I’ll export the items recreate the database and import again see if that fixes the problem. Unless there’s some kind of limit with calling .get 40 times I can’t think of what else it could be.
wixData.get("SiteMap",'117238aa-eb4b-4e1e-b4e2-3f096e151361')
.then((results)=>{
let item = results;
$w('#aurora').html = results.city;
$w('#aurora1').html = results.services1;
$w('#aurora2').html = results.services2;
$w('#aurora3').html = results.services3 })
