Record Relationship
Hi,
I have a 2 record with one to many relationship. I am trying to write the parent and the related records. The child record will have multiple values . Each value should get inserted in different rows. When I tried foreach loop for the related record it is storing all the values in the same row of child record. Please help me with this

