Hi
I have a copy button in the gallery where I have set sets.

OnSelect ->
et(N_Dzial, Text(ThisItem.Dzial.Value));
Set(N_Nazwisko, Text(ThisItem.Nazwisko));
Set(N_ulica, Text(ThisItem.Ulica));
Set(N_kodpocztowy, Text(ThisItem.'Kod pocztowy'));
Set(N_miejscowosc, Text(ThisItem.Miejscowość));
Set(N_typlistu, Text(ThisItem.'Typ listu'.Value));
Set(N_imie, Text(ThisItem.Imie));
NewForm(Form11)
The button substitutes the data into the form

DefaultSelectedItems -> [N_Dzial]
Default -> N_imie

Unfortunately, after selecting the add button, it does not reset the form itself

In the button I have set the formula for OnSelect -> SubmitForm(Form11); Navigate(Sukces); NewForm(Form11).
I tried adding ResetForm(Form11) also does not work.
Even when trying to enter the form through the main menu also the setting does not reset