I have Form1.
In Form1 I have a comment box, with a submit button, and the box is overlayed by a notification message that indicates the comment has been successfully saved.
I also have a 'timer' on the screen with the following formula, being used to control the presence of the default PA success/fail notification (that appears in the header). I want to leverage the timer and coding to control how long the comment box notification last on the screen and then navigate the user to the 'Main Screen'.
Switch(varPressed,
"In Draft",
Notify("Your meeting request has been successfully save in draft", Success, 5000),
Switch(varPressed,
"In Draft",
Notify("Your meeting request has been successfully submitted", Success, 5000),

Report
All responses (
Answers (