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
Discussion posts and replies are publicly visible
Hello srinivaasant574373
I hope your child records are amendmentReferenceMaster. Could you pv!record.YourChildRecordReference in the items of a!foreach() line 17. Index accordingly in the expression.
Yeah it worked .Thank you