I already have a cms collection and I want to update it. The original CSV has rows 1-10 … but we added rows 11-50 in the CSV and want to update the collection with rows 11-50.
How do we do that ensuring the original collection stays the same but adds rows 11-50.
Tech supports doesn’t know the answer!!!
What is missing during the import process is the option to “replace” or “add” items.
Since it is missing, when it imports, all items are duplicated.
This is such a basic feature - why is it missing and haven’t been fixed after all this time?
Perhaps not necessarily a Wix functionality, but often the simplest solutions are best
Take the current collection, export to CSV
Take the new records, add them to the exported file (or vice versa)
Remove existing records from the CMS and import the new file
Seems quicker than waiting for Wix to design and release a new feature for you