Hi,
I have a button which submits 2 Forms,
On Select: SubmitForm(Form1); NewForm(Form1); SubmitForm(Form2); NewForm(Form2)
When I press this button the App submits these 2 Form and navigates to another screen.
It navigates to a random screen.
I have added Navigate(Screen1) to the On Select property of the button. What happens is the app navigates to another screen and then back to the current screen.
Does anyone know why this is happening?
Solved! Go to Solution.
Just one SubmitForm(). The rest put in OnSuccess property of the form.
Just one SubmitForm(). The rest put in OnSuccess property of the form.