Update existing records via export/import csv

Hi,

I have in my data bases existing records (so with a unique id) that I need to complements with missing data externally.

I exported the records via csv, import in Excel, enriched the data, exported as csv and reimported in Bubble. As there is no option like “Modify existing entries”, Bubble just creates new records with their own Unique ID and that put a mess in my App.

I also tried by duplicating the Unique ID in a custom text field and try to reuse it as reference while reimporting, but without success.

Is there any easy option without using API?

Many thanks

You could do that easily. You just need a UUID column with your existing UUIDs and click the “Modify” button instead of uploading.

Or you could build a custom backend WF

How could I have missed this :sweat_smile:
Pffff, ok.

Many thanks