I am experiencing a recurring problem that I am unable to diagnose.
The issue I'm having involves a Gallery, a Toggle and a ComboBox. They all seem to reset to a default initial open screen state whenever the Toggle changes from true to false or back. This is not desired, and I can't figure out why it is happening or how to stop it.
The ComboBox content depends on a Dropdown on another screen. The ComboBox has the following default condition. Would this condition cause a screen reset because of a change to a Toggle's value?
Filter(MemberList, Park = ParkAlphaCmboBoxFld.Selected.Title)