saving new data to subset

id
1 group Mailing
Task Storage
Assignee refId Name
1 John Doe
2 Jane Doe
2 group Mailing
Task Reminder
Assignee refId Name
1 John Doe
2 Jane Doe

Hi I have 1 to many relationship between Group (level1) and Assignee (level 2)..

I want to update update and save the the name in Assignee.Name.

I have been using these one below and it did not work

a!forEach(
items: {"John Doe 1" , "Jane Doe 1", "Sam Doe 1"},
expression: {

a!save(ri!group [recordtype!group.relationship.Assignee.Name][fv!index],fv!item),

}
)

but it was not saved or overridden the Name Field.

i'm looking to save the output like this.

id
1 group Mailing
Task Storage
Assignee refId Name
1 John Doe 1
2 Jane Doe 1
Sam Doe
2 group Mailing
Task Reminder
Assignee refId Name
1 John Doe 1
2 Jane Doe 1
Sam Doe

could you please help?

  Discussion posts and replies are publicly visible