Hello,
So we are making a contact page in which the email will be saved in different table in the database and the input component for email is under a repeater block and it’s not saving anything in the email table. Our goal is to get first the object id of the contact we are adding and we wanted multiple emails in different table in data base that is connected to one object id under contact table, please take a look at my logic behind this.
This is the logic under the icon for the repeater block so the user can input lot of emails under her id. The one in the red box is the items being repeated and the plus icon on the left is where the logic block located
This is my logic under submit button. the contact id under email table is the object id from contact table
Can you tell me what can I do so that it will appear in the database? Thank you!
Regards,
Marj