I am working on creating a multipage form with a Large SharePoint list. I have 5 pages with a Patch/Submit button at the end. When i submit the form its only submitting the last page of info. Not sure where i'm missing info.
The Form Datasource is set for all three pages. Each page is called FormPage1, 2, 3, 4, 5.
The Form Item field is set to Defaults(datasource)
Each button to go to the next page has the following code: Navigate(FormPage2, Fade)
Submit button on the last page is set to "Patch(InternationalCareerSurvey, Defaults(InternationalCareerSurvey), EditForm1.Updates; EditForm2.Updates; EditForm3.Updates; EditForm4.Updates; EditForm5.Updates); Navigate(Screen1, Fade)"
The problem i have is when i submit the form its not bringing the data from the previous forms/pages.