Hi Team,
we have an issue on Edit form, form is having required fields. when we test with no selecting or entering any value on that required field value, form is getting clearing all the field values like below. here few other column has with values those also getting clearing and displaying like below
but when we try to open form to edit or update its loading all the field values, like below.
when we try to update and submit with no values then clearing the remain fields as well?
what could be the issue here? guessing Issue with form ..?
Or issue with Submit formula..?
here is the Submit button formula
If(
SubmitForm(EditForm1),Set(SaveStatus,"Saved"),
Set(SaveStatus,"UnSaved"));
Set(StartID,Text(EditForm1.LastSubmit.ID));
how can we fix this issue "clearing other field values" instead of a only missing fields
Please assist me ?
Just put SubmitForm(EditForm1) in the button. Move everything else to the OnSuccess property of your form.
User | Count |
---|---|
172 | |
90 | |
74 | |
69 | |
58 |
User | Count |
---|---|
215 | |
160 | |
98 | |
92 | |
73 |