HI
I have a SharePoint Online list with loads of columns. I've created a custom form using PowerApps with multiple pages to make it easier for my users to complete in sections.
When I go to save the form, I get the following
1. 3 separate submissions if I use this OnSave syntax
SubmitForm(SharePointForm1);SubmitForm(SharePointForm1_2);SubmitForm(SharePointForm1_3)
2. Only page 1 list columns saved to SharePoint list if i use this Syntax
SubmitForm(SharePointForm1)&&SubmitForm(SharePointForm1_2)&&SubmitForm(SharePointForm1_3)
I'm reading the Patch Function probably wont help my situation.
Does anyone else use Powerapps custom forms with SharePoint Online?
What the hell am i doing wrong? I though this Powerapps product was supposed to make things easier to throw out easy automations. This is not easy.
Bring back Infopath