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
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
206 | |
187 | |
70 | |
37 | |
34 |
User | Count |
---|---|
350 | |
277 | |
121 | |
78 | |
59 |