Dynamic Pages in Repeater

Hi Guys, I have a Search button and displaying results in a Repeater based on a user’s selection in a dropdown. My repeater has a button where a user can click on it. The button is linking to a dynamic page. Currently, when someone clicks on the button in the repeater, the dynamic page doesn’t link correctly to the correct dynamic page based on the user’s search.
The dynamic page always points to the first row in my dataset. How can I link the dynamic page correctly based on the user’s search?

Thanks!

I figured it out. :slight_smile:

Having the same problem. What did you do to figure it out?

  1. When someone does a search, you have to store the searches in a variable which you will pass a long in the results page.
  2. I then stored the “searches” in an input text box and use it in my query for the dataset.