I have a page of products and when a product is clicked I want it to go to a dynamic page for the specific product which has a https://www…/Stores/Items/{Name} product URL.
The page of products is built from a collection in which I want to add a field which points to the product URL: https://www…/Stores/Items/{Name} for that product. How can I specify this product URL in the collection so that when clicking on an item it takes me to its product URL?
Thanks!