I have two forms and two data sets (both data sets are SharePoint lists), DataSet1 with Form1 and DataSet2 with Form2.
The app opens on Form2 with DataSet2, so the user can check if there is a Job Title in the drop down list, if there is they select it from the drop down and if not they must add it as a new item.
They then click the submit button and are taken to Form1 with DataSet1 and the Job Title is carried over and pre-popualted (which all works fine).
The issue i'm having is that if i click edit button on SharePoint i want the app to open Form1 but it wont work.
I have tried putting StartScreen = If(Form2.Mode = FormMode.New,Screen1, Screen1) but no luck, any help with what i am missing?
All forms default to "new" and the logic works when i'm in the design app screen but not when i've published and gone back to the main SharePoint list.
