Clone or duplicate collection type schema and content

System Information
  • Strapi Version: 4.4.5
  • Operating System: Windows 10
  • Database: PostreSQL 14
  • Node Version: 16.18.0
  • NPM Version: 8.19.2

I have an existing collection type (Collection A) that has populated content. I need to create a second collection type (Collection B) with an identical structure and slightly modified content. It is the content that gives me trouble.

Is there a way in Strapi I can either clone or duplicate the schema and the content with a new name for the collection type (Collection B)? Then I can use the UI to modify the content for Collection B.

If there is a better way to do this, I am open to the idea.

Thank you.

2 Likes