I am writing this post to gain insights on whether the below requirement is possible to achieve or not in PowerApps
On a screen, I have a toggle control and a collection that is being created on the screen visibility. The user has the option to remove rows from the collection on the screen.
Now, the requirement is that the toggle control will be turned on by default when the user navigates to the screen and it shouldn't get turned off by any means until the user clears all the records present in the collection. You cannot disable the toggle control but somehow need to restrict the behavior so that the user shouldn't to able to turn off the toggle until all the records in the collection have been cleared.
Any idea how we can achieve this