So i am back here…
Your setup…
- Input
- table
- Lightbox
- Datafetcher on backend
- and a little filter-engine.
- Backend-Code missing.
Ok, i can’t see the inculded backend-code…
It would be nice to know ONE-COMPLETE CONSOLE-LOG-RESULT for …
const fetchedData = await getGreetings(cellDataHttps);
make a screenshot of one complete opened object holding the results of the fetch-call
You can also generate the console-outputs on your own website, i will check them.
By the way → you have an ERROR in your script, like it seems…
TYPE-ERROR → $w(…)onReady
Ok, you get an ARRAY full of images back from your fetch here…
fetchedData.lotImages.forEach((item) => { … }
…and here… you collect all image-urls…
if (item.link && item.link.length > 0) {
imageUrls.push(item.link[0].url);
}
how do look like here an result? —> (CONSOL-LOG)
Past some console-logs on your site and publish and then let me know. I will check.
So the images at the end will be send to a lightbox.
I did not found, how you feed your table! You seems not to do it by code, also no setup of table-columns! Is your table connected to a DATASET?
If so → why i do not see → $w(‘#myDataset’).onReady inside of your code?
Did you show complete code, or just a part (apart from the missing BACKEND-CODE) ???
Maybe you can show a screen of complete header of your database including the first item?
Maybe you want to invite me to your project → so i can manage it withing minutes?
I can’t use Whatssapp at moment.