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
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
191 | |
54 | |
42 | |
38 | |
33 |
User | Count |
---|---|
258 | |
78 | |
74 | |
71 | |
68 |