I want to update the "Reviewed" column in a SharePoint list for all rows where the "Assignee" column matches the logged-in user. The current formula in the 'OnSelect' property of a button in Power Apps only updates the first matching row.
Patch('Checklist Daily-IBOR and RECON',LookUp('Checklist Daily-IBOR and RECON',Assignee.DisplayName=User().FullName),{Reviewed:{Value:"Yes"}})
Can you please suggest a change to the formula so that it updates all the rows where the "Assignee" matches the logged-in user?