Hello,
I'm currently trying to update multiple rows in a SharePoint List "Toolbox Talks - Data" based off of the information given in a ComboBox. I have my rows, "Name", in the SharePoint List, and each column is designated as Sep. Week 1, Sep. Week 2, etc. I also have a ComboBox, "SelectedEmployees". I want the user to be able to select as many employees as they want, and then mark down in that column that all of those employees are marked as true. The following expression I have created creates two new rows, and marks down every column as true, so I know I've got something right, just not all the way:
ForAll(SelectedEmployees.SelectedItems.'Name (Title)',Patch('Toolbox Talks - Data', {'Dec. Week 4': true}))
The Collect function works identically, so I'm at a loss as what to do, and no other forum post seems to match my predicament (at least what I could find after half an hour). In the photo I've provided, the timestamp rows are irrelevant.