Repeater Link Issue

I have a page with repeaters and the “book now” button links to a dynamic page with a form. I want to display the row selected on the dynamic form page but for some reason it shows the first row from the repeater. Please help.

Hello GK,

and where is your CODE?
Not enough input.

let collectionID = ${currentItem.programId}
wixLocation.to( ‘mywebsite/programs/’ +collectionID);

Now it is loading the dynamic page but it shows a navigation link at the top to scroll through all the values. I want it to filter based on the collectionID but it is not doing that.

You will need to provide more information to get assistance. Please post the code that you are using.

let collectionID = ${currentItem.programId}
wixLocation.to( ‘mywebsite/programs/’ +collectionID);

Now it is loading the dynamic page but it shows a navigation link at the top to scroll through all the values. I want it to filter based on the collectionID but it is not doing that.