I’m facing an issue in Frappe Builder. I’m creating a fully dynamic page for a hotel website, where I’m pulling data from a Doctype using data script.
The problem is that my website will have multiple hotels, but whenever I add a new hotel, all hotels are getting displayed on the same single page in the Builder beacause of repeater.
I want each newly created hotel (in the Hotel Doctype) to have its own separate page, instead of all hotels appearing on one page.
How can I achieve this?