Hello Everyone,
I am trying to update multiple records in my SP list that pass a filter but with my code below
it only update one of the records not all at once
Please help
Patch('SP LIST',
First(Filter('SP LIST',User_Req_Sharp_ID = Label9.Text&&Assigned_HOD_Sharps = 'Logged_TL-Sharps'.Text&&Line_Manager_Approval_Status = "Approve")),
{'HOD_Approval _Status':"Approved",Line_Manager_Approval_Status:"Approved"})