Hi all
I have a situation to clean a Text Input after using a botton to be a collection. Everything works perfect, only that Text Input keeps value. how can I clean them
Solved! Go to Solution.
You need to reset the TextInput
Create a variable on the Form OnVisible property like:
UpdateContext({VarReset:false})
In the Reset property to the TextInput, give it the variable VarReset as its value
Then when you complete the collection add UpdateContext({VarReset:true }) and
In the onslect property to the TextInput UpdateContext({VarReset:false})
You need to reset the TextInput
Create a variable on the Form OnVisible property like:
UpdateContext({VarReset:false})
In the Reset property to the TextInput, give it the variable VarReset as its value
Then when you complete the collection add UpdateContext({VarReset:true }) and
In the onslect property to the TextInput UpdateContext({VarReset:false})
thank so much
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
251 | |
251 | |
84 | |
36 | |
32 |
User | Count |
---|---|
337 | |
260 | |
122 | |
72 | |
45 |