My image is in a repeater and I would like to set it to another image outside the repeater on mousein.
let $item = $w.at(event.context)
let imagesrc=$item("#dataset1").getCurrentItem().image.src
$item('#image8').src=imagesrc
console.log(imagesrc)
}
The error at the console is “undefined” What could be the mistake in code be?