Hi Folks -
I have multiple forms in my custom PowerApps application and one is not working as expected.
My On Select property of my button to go to a new form (from a gallery) is as follows:
NewForm(PshipEditForm);Navigate(PshipEditScreen, ScreenTransition.None);Reset(TextSearchBox3)
When it navigates, goes to the EditForm instead...Any ideas?