Announcements
I have master sharepoint list and child sharepoint list. In edit of Master list Item I would like add child repeat table and add functionality Add/Delete/Update for child list . Master list ID is lookup column for child list.
When Master list item saved all child items data also pushed and updated accourdingly. Is it possible to do that?
A screenshot or two would help better understand what you are attempting. Please provide.
Hi @Itsmesri,
This can be achieved.
For Add/Delete/Update the child list, I guess that you want to identify the corresponding record according to the lookup column from master list. If so, then you should set the Item property of the edit form for child like to:
First(Filter('ChildList',Lookup.Value=DataCardValue25.Text))
DataCardValue25 should be the Label control's name that hold the ID of master list.
The OnSelect property of the submit button could be:
SubmitForm(EditForm1);SubmitForm(EditForm2)
Regards,
Mona
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 411 Super User 2026 Season 2
Mohsin Ali 338
WarrenBelz 256 Most Valuable Professional