Creating a link

So i want that these boxes will lead to the correct position Lightbox. I tried to use this script, but it didn’t work for me -

export function text81_click(event) {
wixWindow.openLightbox(“View”, {
currentIndex: event.rowIndex,
items: $w(‘#dataset7’).getItems
});


Thanks!