I have a custom SharePoint forms integration app.
With three Submitforms on the on save( SubmitForm(SharePointForm1);;SubmitForm(FormBegrootkosten);; SubmitForm(Formfactuur);; ) and every page have a title field include.
On the onstart the save the errors to sharepoint page.
And every time when make the first new record. I get a blank row in my error sharepoint.
How to fiks it?
Many thanks
the item of the first form is If(IsBlank(SharePointIntegration.Selected) || IsEmpty(SharePointIntegration.Selected);Defaults([database);SharePointIntegration.Selected)