Requirement: Submit multiple forms at the same time using Power apps
Step1: Create a SharePoint list “CustomTest”
- Create Multiple columns as
- CustomText-Singleline of text,
- CustomChoice-Choice column,
- CustomPerson- person or group column,
- CustomDate- Date and time column.

Step2: Click on Integrate> Power apps> Create an App. Provide name for an app then click on Create Button.On screen one- add label, button and Edit form, Customize forms according to the screen, On screen two- add label, button, and Edit form. On screen three- add label, button, and Edit form.On screen four- add label, button, and Edit form as shown in below




Step3: On screen five- add label, button as shown in below
On Button – Onselect property- Patch(CustomTest,Defaults(CustomTest),FirstFields.Updates,SecondField.Updates,ThirdField.Updates,FourthField.Updates)

Step4: Save and click on Preview Button, and add details according to the below screenshot





Step5: After submitting all the data go to SharePoint list check the new item is added.
