Hi All,
I'm currently creating powerapps for tablets to allow form input into a SharePoint List, which only allows starting from scratch.
One problem with the app is that when I created a 'edit form' buttom on my Form Detail Screen, it directs to a new form instead of allowing me to edit the current form.
The formula i put under 'On Select' is EditForm(Form1); Navigate('Edit Screen', ScreenTransition.Fade).
Any idea why this has been the case?
Thanks!