Common submit patterns
- Save to the primary SharePoint list.
- Submit XML to a form library.
- Set status or approval fields before submit.
- Send email or call a data connection.
- Switch to a confirmation view after submit.
Generated first pass
For a SharePoint-backed list form, the generated app usually uses standard form submit behavior. That covers primary field saves but does not automatically prove every side effect from the InfoPath submit button was reproduced.
Validation checklist
- Submit a new record.
- Confirm every mapped column saves correctly.
- Confirm required fields block or allow save as expected.
- Confirm status/default fields are set.
- Confirm any expected post-submit navigation or notification behavior.

