Good afternoon. I have a PowerApps based on a SharePoint list. On an Edit form there are multiple fields. One field is the employees photo they upload and another is the 'Status' of that photo after administration has reviewed the photo. I am needing a way for the 'Status' field to be auto updated to "Pending" when the user uploads a new photo. I was thinking this could be on the OnChange for the photo or even a button that triggers the update and then saves any changes. I have played with the Patch function on the button but it isn't working:
Patch('EmployeeList',LookUp('EmployeeList',Status="Approved","Pending","Removed"),{"Pending"})
Any ideas on how to get this to work, I am still pretty green with Power Apps...