Unable to link to a dynamic item page to display a selected Item

Hello azeng7,

probably you will have to use code in this situation, using the dynamic URL, which will look similar to this example here…

Your dynamic URL in CODE-form would be similar to this one …

//getting the current item from the dataset
const item = $w('#dataset1').getCurrentItem();
//setting the current URL
const myURL = item["link-tutorials-title"];
//navigate to the current chosen URL
wixLocation.to(myURL)