Having an error with the list page and the list details page

Hello Guys,
I am trying to create a rental app similar to airbnb where users can give a feedback or review on a property.
I have created a feedback form for the details page where users can give reviews on a particular property but i get this error code when I preview the page. can you help me please.

Try again, or notify the application owner: “List of records or a conditional filter doesn’t specify a record to show on page details.”

Thank you.

Hi Oyinda.

I believe you probably have made the right config on softr studio for your pages.

Maybe you forgot to consider that in order to test your details page, you must consider a {record id} value on your URL.

So you have to go and check airtable table where you have your records to display, grab one of those values and add it to your list-details page url.

Something like:

myproject.softr.app/my-details-page?RecordId=recxxxxxxxxxx

Thank you @acjnas