I have a Form control.
I am trying to provide the below condition in a Button control, to allow the user to Reset/Clear the form and start again.
Nothing happens when I click the Button control. I have the below in the Button OnSelect.
ResetForm(UpdatedEditMemberDetailsForm)
Form default is 'New'.
All data auto-populates based on selection in Dropdown, and Users can overwrite and Patch to update on list.
LookUp(MemberList, FullNm=MemberProfileFullNmDropdown.Selected.FullNm,Park)
