Hi.
I’m a beginner in Bubble and I have a doubt how to save a list in database.
First:
- An API returns simple fields and data list fields according to the image (it’s a data base for people (name, birthday, social number, zodiac, etc) but each person has many phone numbers and also many emails) :
Saving the first fields (the basic ones, example name, brithday, are ok) I can choose each one for each specific field in the data type “person” let’s say.
My question is, how can I save each item from the list (many phones)?
- Should I create a new data type (table) for the phones?
- How can I correlate these phones to the original document?
- How can I save these phones?