Hello,
I'm trying to update a record from a child table, but when I update a column, it creates a new record with a new ID and with the modified column, instead of updating the existing record
ForAll(Filter(Gallery_Issues.AllItems,Toggle_Issues.Value = true), Patch(CL_ISSUE,LookUp(CL_ISSUE,CL_PROD_SUMMARY_ID = Value(TI_ProdID.Text) && CL_ISSUE_ID = Value(TI_IssueID.Text) ,{ISSUE_COMMENTS:TI_Comments.Text})))
Can you help, please?
Thanks


Report
All responses (
Answers (