Automate CMS Page Duplication with Dynamic Content in Webflow

I’m creating a Webflow webapp where users can log in and browse company profiles (e.g., Apple), showing details like strategy and competitors. I have 3 dummy CMS Collection Pages, each with 100+ cards (e.g., Card 1 = strategy, Card 2 = competitors) populated from the CMS.

To start, I created CMS page #1 for company #1. Then linking each card to the CMS database. After finishing, I duplicated CMS page #1 to make pages for companies #2 and #3, aiming to copy everything, including CMS data elements, to avoid re-linking each card manually. However, I found that only the layout/design duplicated, not the linked text fields. I received the error: “Dynamic elements can only be moved within the same Collection List or Collection Page.”

I need a solution to duplicate CMS page #1 so that the text fields on the duplicated cards automatically pull from their respective CMS Collections without manual re-linking.

Is this possible, if so how?


Here is my public share link: LINK
(how to access public share link)

hi @Jake_NL I do not fully understand but it seems to me you are taking about page template that is in WF called Collection page

Anyway, the best way to get help is to follow the forum post guide.

When posting please:

  • Required: Share your project’s Read-Only link and live site’s Published link
  • The read-only link is a special URL generated in the Dashboard to allow others to view your project in the Webflow Designer. How to get your project’s read-only link?
  • The published link is the webflow.io subdomain where you can view the live site with custom code running. It is IMPORTANT to share this link, as custom code (eg. javaScript) does not run in the Designer.
  • Describe issue in detail including what page, section and/or element is localized
  • Upload as many screenshots as possible or provide screencast videos to help others help you faster
  • Add a description and/or post a link to a working example of what you’re trying to achieve
  • Reply to users by tagging using the @ sign followed by their forum username like this: @forumMemberName

As Stan said, your setup and problem aren’t entirely clear, but my guess is;

  • You’ve created a collection and designed a collection page
  • You want to duplicate the collection, and ideally clone the collection page with it, while having it automatically re-bind all elements to the new collection

The answer is no, that’s not a feature of Webflow.

You’ll manually recreate the collection, and then manually recreate the collection page layout, and then manually re-link everything.

In general, the idea of duplicating a collection isn’t a desirable design practice. Instead, you’d make use of refs, multi-refs, and filtering to display the content you want where you want it, and keep your schema normalized, which is to say- following good data modeling principles like DRY ( don’t repeat yourself ) with your schema structures.

Webflow generally works better that way, though you’ll face some limitations no matter what approach you choose.

Thanks for the remarks all, i have solved the problem by using the unique URLS of the Collection Items to create seperate pages whilst still using the same overaching Collection Page!