Error at import for people from CSV
Hi, in the context of Cloud, I'm trying the import of a csv in the People table.
Variable "$data" got invalid value "[email protected]" at
"data[2].emails"; Expected type "EmailsCreatenput" to be an object.
Any idea on how to solve that ?
3 Replies
I think that's because of multiple values in Email field https://github.com/twentyhq/twenty/issues/6261
GitHub
Support for multiple values in the Email field · Issue #6261 · twen...
Current Behavior Currently, we only allow a single email address to be added to an email field. However, individuals often have multiple email addresses, which may vary significantly. To accommodat...
Could you send a header (names of your columns) of your CSV file? I'll generate a file with dummy data just to test it on demo
@Antoine S. do you still need help here?