Hello everyone!
I'm having an issue with my checkbox value disappearing when I reopen my PowerApp. The checkbox is not part of a form. Instead, it's used to set mark a section in the app as complete. What am I doing wrong?
Solved! Go to Solution.
It's default state is going to decide what it starts off as every time you open the app. Right now its probably set to nothing, or false. If it needs to start as true set checkbox default to true, if it needs to reference a state stored in a sharepoint column, reference that
Go to the checkbox control and see what its Visible value is set to
insert a label above the checkbox and set its text value to varNavigationTabs and then reload and see what it says. If its anything other than 2 thats why your checkbox isnt appearing
Thank you @TheRobRush . It appears, but what happens is when I close the app and open it back up, the checkbox is unchecked. How do I stop that from happening? User select the checkbox once they've completed a session.
It's default state is going to decide what it starts off as every time you open the app. Right now its probably set to nothing, or false. If it needs to start as true set checkbox default to true, if it needs to reference a state stored in a sharepoint column, reference that
User | Count |
---|---|
252 | |
101 | |
94 | |
47 | |
38 |