How do I clear some input fields inside the form before submitting? I'm not looking for ResetForm().
I like to clear some fields inside the form. I'm trying to setup to clear some input fields based on one user input. Is there a way to setup it up? Reset(DataCardValue) doesn't work.
Solved! Go to Solution.
the way I achieve this is to have a text input field placed inside the data card as well and make the actual field invisible.
I then create a variable and make this the part of the default text to the new field eg:
If(Isblank(Parent.Default),"VarText".Parent.Default) /so the parent field to the form is blank it uses the variable field as the default text
Then in the default to the now invisible from field I set its Default to = The TextInput?.Text
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 |
---|---|
254 | |
238 | |
83 | |
36 | |
28 |
User | Count |
---|---|
324 | |
262 | |
122 | |
68 | |
44 |