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
User | Count |
---|---|
253 | |
106 | |
88 | |
51 | |
43 |