Hello,
I am trying to hold values in my data cards when submitting while resetting others data cards. I have that part working, but when I want to actually reset the entire form I am not able to get that to work.
Here is what I have on set in my form when submitting.
Screen OnVisible Property:
Set(currentCDCDelivery,Blank());
OnSelect Property for Submit Form:
SubmitForm(Form1);
Set(currentDelivery,Form1_1.LastSubmit.CDCDelivery);
NewForm(Form1);
Default Property for Card:
currentDelivery
My Reset Form Button is set to ResetForm(Form1). This will not reset the data cards. What can I do to be able to reset my form when I already have the Default set to CurrentDelivery.
Any help is appreciated.
Thanks,
Doug