Good morning, how you all doing?!
I'm trying to build an app on PowerApps and I finally did the login page, but I don't know how to reset the text inputs after I once used it. Because, every time I play the app my login and password still ther. How can I change this?
I'm really grateful for the attention!
Solved! Go to Solution.
The screen...not the TextInput controls.
Your screen has an OnVisible action...that is where you need to put the formula.
Click on your screen name in the left tree navigation, then
Put the formula in 3
Consider putting the following in your OnVisible action of your screen:
Reset(TextInput1); Reset(TestInput2)
I hope this is helpful for you.
@RandyHayes That was almost the perfect solution!
It solved the problem of the fixed logins but as a consequence I could not login because when I click on "login", it erase all the login data and I cannot login.
Do you know any other way?
Thanks!
Where did you put the formula I provided?
It should have been on the OnVisible action of the screen.
The controls would ONLY be reset if returning to that login screen (i.e. a fresh login).
@RandyHayes That's true.
But on Input Boxes the option "OnVisible" does not exist...
The screen...not the TextInput controls.
Your screen has an OnVisible action...that is where you need to put the formula.
Click on your screen name in the left tree navigation, then
Put the formula in 3
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
179 | |
94 | |
61 | |
59 | |
58 |
User | Count |
---|---|
254 | |
164 | |
91 | |
79 | |
70 |