How the repeater button show the selected item on a new page?

hi, i have a page using repeater to connect with the dataset, but how the button shows the related item on a new page when the button is clicked? a button like for detail for product X, the new page shows more information about the product X. Thanks.

A repeater button for product X in a dataset.

When the button is clicked, a new page is shown and want the information showing back the related product.

Hi,
To link the button to a page with the item you need to have a dynamic category page (the one with the repeater) and dynamic item page (the one it’ll be connected to).

Then, you simply need to connect the button to the relevant database field.

thanks alot Aleks