In your sharepoint remove the required option from all the fields.
In your PowerApps manually add the validation if the field is required in that form. You can add manual validation on the submit button by checking if the fields are not empty then the submitform(form1) should be called. If they are Empty notify user to fill them.