Dear All,
I have setup a Customized form in Power Apps with Maps to the SharePoint List, When i submit the Form1 it does save the data into the SharePoint list but at the same time once the data has been submitted the form moves to form2 automatically. where as the behaviour should be it should not move to the form 2 but instead Exit from there. Any Help will be Appreciated. Thank you.
Regards
Tejas
Hi @thitetejas,
Could you please tell me that how you set the OnSuccess property of the Form1?
Generally, if you have set the Navigate() function within the OnSuccess property of the form, once it submits successfully, it will automatically navigate you to another screen.
Try to modify the formula you set for the OnSuccess of the form1 as below:
Back()