Skip to main content
March 14, 2025
Solved

Record Relationship

  • March 14, 2025
  • 2 replies
  • 0 views

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

    Best answer by konduruc733182

    Hello [mention:2636807152274a4380d4056f6dc9e842:e9ed411860ed4f2ba0265705b8793d05] 

    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.

    2 replies

    konduruc733182
    March 14, 2025

    Hello [mention:2636807152274a4380d4056f6dc9e842:e9ed411860ed4f2ba0265705b8793d05] 

    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.

    March 14, 2025

    Yeah it worked .Thank you