Hey everyone,
I have two buttons, Start and Stop that when pressed enters the current date/time in the Start Time and End Time fields. My default for both Start Time and End Time fields are the variables that were set to accomplish this. Is there a way to clear these out when I submit my form? I've tried reset form and all but these fields get reset.
Solved! Go to Solution.
I found the answer from another post. I had to use Set(myvariable, Blank()) on select of the button.. This worked
form.onsucess = Concurrent(Reset(datacardvalue1), Reset(datacardvalue2))
or Reset(datacardvalue1); Reset(datacardvalue2)
I get this error:
To reset a data card, try this:
https://powerusers.microsoft.com/t5/Building-Power-Apps/How-can-I-clear-reset-selective-DataCardValu...
Thanks for the suggestion. I tried that and it still did not reset.
what is datacardvalue8? if it is set to a variable, try setting variable (instead of resetting field)
I get this:
I found the answer from another post. I had to use Set(myvariable, Blank()) on select of the button.. This worked
User | Count |
---|---|
124 | |
87 | |
86 | |
75 | |
69 |
User | Count |
---|---|
214 | |
181 | |
139 | |
96 | |
83 |