Hi Community,
Firstly, Happy New Year 😊
I have a requirement,
I have an Employee Marker Column, When I hit the Delete Button for a Particular Employee records in the App , the delete button has to patch the Employee Marker column as "Inactive" for all the records of that particular Employee in the SharePoint List.


This is the formula I tried but is not working.
Patch(
'NewList',
ForAll(
Gallery2.AllItems,
LookUp(
'NewList',
EmployeeName.DisplayName = Gallery1.Selected.EmployeeName.DisplayName,
{'Employee Marker': "Inactive"}
)
)
);
Please help me with this.
@LaurensM @AARON_C @Rajkumar_404