The following formula is not causing ants to march across my screen.
Anyone notice anything that would prevent this mass migration?
Radio1 Control - OnChange:
UpdateIf('Member List', ID=ThisItem.ID, {ComplianceStatus: If(Self.SelectedText.Value="NA","Compliant","Noncompliant")})
Radio1 Control - Items
["NA","Compliant","Noncompliant"]
Radio1 Control - Default
Switch(Toggle1.Value,false,"NA",
Toggle2.Value=true,"Compliant","Noncompliant")
All functionality between these controls is working fine; except the UpdateIf it's updating when the Radio1 control position is auto-matically changed. The control visually is changing back and forth between the three options whent he toggles are manipulated. However, those changes are not being reflected in a Update to the MemberList through the Radio1 control 'OnChange' language shown above.