Hot to Patch to update multiple records
I came across this Formula in the UX Patterns: Multiselect Blog ForAll(Filter(Gallery1.AllItems,Checkbox1.Value = true), Patch( ProfileSkillSets, Defaults(ProfileSkillSets) ,{ ProfileID:EditForm1.LastSubmit.ID, SkillsetID:ID, Skillset:Title })) This works great when adding new Records, however I...
