Announcements
Hi, I have a login screen interface where users login. I want to clear PasswordLabel and UserNameLaber when they click the logout button. Could you help me for this?
Thanks in advance
Hi @ProtoSup,
Do you want to clear the Text Input when clicking button?
You can set the Default property of Text Input as:
""
and set the On Select property of button as:
Reset(TextInput5);Reset(TextInput4)
Note that: TextInput4 and TextInput5 is my Password and UserName.
Best Regards,Kyrie
hi @ProtoSup set those labels to variable and once they click set those variables to blank!
Initially: Set(varSomething, "Login")
After Onselect: Set(varSomething, Blank())
Hi ProtoSup,
If i understand you correctly, what you can do is:
1. Set the 'reset'-property of the inputfields to a variable (for example varReset)
2. in OnSelect for logging out set this var to true and back to false (
Set(varReset,true);
Set(varReset,false))
Kind regards, if this solved your issue please mark solved or let me know what is going wrong.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 339 Most Valuable Professional
11manish 180
MS.Ragavendar 88 Super User 2026 Season 1