Linking Repeater Items and Elements to Dynamic Pages

I am working on a real estate website that uses the new repeater feature to display 3 featured properties on a home page:

The repeater is connected to my Properties Dataset and displays different property information and content for each repeater item.

The issue is that the repeater items are not being linked to the specific property listing page (my dynamic page). When setting up the link for each repeater item I am given the option to link to the dynamic page:

When I click on the link I get the following message:

I am not sure why I cannot link my repeater items to my dynamic pages. My dynamic pages have been connected to the elements on the page so it is displaying the content from the Properties dataset correctly.

Any help would be much appreciated.

FC

Hi Josh,

In your properties collection, ‘title’ column contains special characters such as ‘-’ and ‘,’ , as well as white space characters, and this is causing the dynamic page URL to break.
Thank you for brining that into our attention.

To fix the issue, create a new column with a unique ID number (For example: 1000, 1001, 1002… etc ) and change your dynamic page to support it
You can also use the built-in _id field.

Thank you!!! I’ll let you know how it goes and if I have any other issues.

In this example, is there also a way to search in a WIX site, the properties for items of interest, like a search for the quantity of bedrooms and baths, if a pool, a garage or a carport, carpet or hardwood, a fireplace, the ranking of the local school system, distance to groceries, etc. ??