Hi @RS195
In your CSV upload, AEP will take them as individual records with the same ID, and thus the last row will overwrite the previous ones.
You can strcuture your data in CSV as an JSON structure, in your case it will be array of objects. Then use the json_to_object function to assign it t...