What is the best way to update a collection with data that a person has entered form multiple input boxes. The below formula is not working
UpdateIf(CommentaryUpdates,Reviewer = LedgertAcctGallery.Selected.Reviewer && MajorName = LedgertAcctGallery.Selected.MajorName,
{RootCause: RootCause_Text.Text,
ActionPlan: ActionPlanIP.Text,
OutsideControl: YesNoRadio_2.Selected.Value,
Outside_Explanation: TeamsControl_IP.Text,
ResolutionPrediction:ResolveCombobox_2.SelectedItems.Value,
ResolutionExplain: NotSure_Comment.Text,
DateUpdated:Today())};