I have a PowerApps which has three screens with Gallery
This Gallery is successfully pulling data from a SharePoint List
Against each item in Gallery, I have a toggle control where user can select On / Off - which Off being the default.
When user update on screen 1 all toggles and navigate away, they can momentarily see all toggle reset to Off and then screen 2 is displayed.
Now when user go back to screen 1, they see all toggle were indeed reset. User updates the toggle control values and navigate away and this time there is no reset happening.
Is it possible to understand the reason for this behavior? I would want that toggle selection should persist when user move from screen 1 to 2 - irrespective of whether this is first navigation or second navigation.
I have not touched the default property of Gallery
I have not touched the default or reset property of toggle
my navigation button OnSelect property set some global variables based on number of toggle selected, but it doesn't talk about reset behavior
Thanks for help.