Hi
I've created my app and added a Submit button with patch (with a little help) to submit to a List.
How do I get the app to reset after 'Submit'?
What I have so far:
Thanks
Brilliant, thanks for the help
@Cosan , correct, you would need a blank option and make it your default. that way when you reset the control, the default (blank) will be loaded.
Here's a video that might help walk you through that.
2 New & 2 Improved Power Apps Functions (youtube.com)
I think I'm confusing the issue. I'm expecting the dropdowns to be blank after reset. Do I need to do something to the dropdowns so there is a blank option? Does that make sense
ok so in that case look for the Reset property of the control by default it is false
set it as isReset variable now in place of all the reset just put
Set(isReset,!isReset)
no I'm not using a form
looks like you are using form control if yes than try this;
ResetForm(formName) only
Nothing reset. What did I do wrong?
to reset any control try Reset(control name).
Thanks I got the toggle to work. Just need to reset it now
WarrenBelz
146,645
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional