I have a large number of fields in my SharePoint list so I made a tabbed form based on Reza Dorrani's video. I made all my fields not required and made a whole bunch of conditions for required in the PowerApp. I have checked the update property on every field in my form, I have moved the PowerApps authoring version back a version then back to current, testing in between each change. I verified every datacard on my form has a value in the update property. I do have 69 custom fields, plus the 5 default fields. I have 11 Lookup type fields and 3 person fields ( plus created & modified by, so 5) in my list. My submit button action is
SubmitForm(SB2EntryForm)
I did notice after going to my SP list the records are being created, but there is an error so it does not perform the on success functions. When I try to view my SP list with all columns displayed it gives me an error "The query cannot be completed because the number of lookup columns it contains exceeds the lookup column threshold." This is the only thing I can think of that may be the source of my problem.