Hello,
I've created a form with 3 tabs (see below)

On Submit, the form gets submitted and the record is updated to SharePoint.
What I'm looking for is - when user hits submit button, we should see a Success Screen for 5 seconds and the form should get reset back.
I tried with below code, but Success Screen does not shows up:
SubmitForm(Form1);Navigate(Screen2);NewForm(Form1)