I want to test some new changes which adds new attributes to the collection, I want to verify with existing data without impacting the live environment, so I am looking for a way if I can copy the collection and create another collection then I can easily test the changes .
Is there any way I can do that ? or can anyone suggest how do I test my new changes?
TL;DR
Developers want to copy a collection to test new changes without affecting the live environment. One way to do this is by exporting the existing collection data, making changes in a test environment, and then importing the data back into a new collection for testing purposes.