Hi @LaurensM or someone else,
ADDITION: I don't know how I can delete this topic, but it's solved, I deleted the Notify at the beginning (and added it to the second part), so now it works!
I promise this is my second and last question :)) but just wondering..
I changed my formula to this:
Patch(
Verbetervoorstellen;
Defaults(Verbetervoorstellen);
SharePointForm1.Updates;
{ Nummer: "VB-" & Text(CountRows(Verbetervoorstellen) + 1; "000000")}
);;
Notify(
If(
SharePointForm1.Mode = FormMode.New;
Navigate(Screen1);
SharePointForm1.Mode = FormMode.Edit;
"Bedankt voor het updaten van het verbetervoorstel."
);;
NotificationType.Success
)
and it works but the only strange thing is... I get such a weird banner, when I submit the form.
the second screen does not have such a formula in its properties, so I'm wondering how I can hide/remove this (I couldn't find the answer on the internet). Hope you can help me, thanks!

Report
All responses (
Answers (