Hello.
I have a menu where the user should save the data. After that, I would like all the labels on that menu to be blank.
How can I do that?
If(!IsBlank(varRecord),
Notify("Your request was submitted!", NotificationType.Success),
Notify("Your request was not submitted... Please try again.", NotificationType.Error)
);
Thank you.