But, when moving fro one screen that has 10 fields to another screen that has 5 fields (all from the same data source), we want to submit all the data after the second screen. Does the entered data from Screen 1 carry over to Screen 2 then all data gets submitted?
Yes, it does. The beauty of dataflow is you don't have to worry about that. Data simply flows from wherever it is (does not matter which screen) to wherever it's needed.
So if I have a Form on Screen 1 that binds to 10 fields from a SharePoint List, a user fills out all those fields, navigates to the next screen that has the next 5 fields from the same SharePoint list, user completes those then use Patch function?
Thank you for your response. However, I still haven't figured out how to submit multiple screen forms with one click. Please could you explain how to do this with an example.
Please try these steps:
1. Add a screen with a Form Control, bind the data, and add a few of the fields for the form.
2. Duplicate the screen created in step 1, and add other field controls (removing the ones already used in the previous screen).
continue repeating step 2 as needed....
Please let me know if this doesn't work for your requirements. Respectfully,
Audrie