This time you will need some CODING, i think.
Do not know how to do it without CODING.
So, you will need something like this…
export function dropdown1_change(event) {
let currentIndex = $w('#dropdown1').selectedIndex
$w('#dataset8').setCurrentItemIndex(currentIndex)
let currentItem = $w('#dataset8').getCurrentItem()
console.log(currentItem)
console.log(currentItem.title)
let URL = "" //<---- modify to Dynamic-URL
wixLocation.to(URL)
}
This is just an example, you will have to modify this code.
- Changing the dataset.
- Modifiying the DYNAMIC-URL
This CODE goes to the dynamic page (Title).