Dear all,
I would like to change the status of several items in SharePoint list from "Submitted" to "Approved" or "Rejected". To do so, I have a filtered Gallery called Gallery7 connected to the SharePoint list as follows:
Filter(MasterTS, Email = varRecord, Status ="Submitted")
Where:
MasterTS: SharePoint list with all the records
varRecord: Email of the person that submitted the data
Status: The column in the MasterTS that I would like to update
What formula could I use to update the status of all the items in this Gallery in my SharePoint list? I tried to use ForAll+Patch but I did not manage to make it work. The idea is that when the manager of the person that submitted the data clicks on the "Approved" button, this updates all the records submitted by this person.
Thanks in advance for your help.