This is my patch statement which is on a button. Currently every record is being patched whether checked(true) or unchecked (false). Is there a way to only patch the checked records?
Navigate(Screen2,Fade);ForAll(BrowseGallery1.AllItems, Patch('CCB Voting', Defaults('CCB Voting'), {Title:Name, Answer: Checkbox3.Value,Name_:User().FullName, Date:Today(), Country:(First(Office365Users.SearchUser({searchTerm:User().Email}).Country).Country)}))