Hello,
In my base I have 2 tables: Users and Emails. They are linked together because one user can have multiple emails.
Users
Id|First name|Last name
1|John|Doe
2|Sam|Harison
Emails
Id|Address|User id
1|john.doe@gmail.com|1
2|sam.harison@gmail.com|2
3|sam.harison@yahoo.com|2
I want to create a form in which user has to provide first name, last name and one or more emails. How can I achieve this in Airtable? Of course after submission data should be stored in tables with correct relationships.
