Hello ,
I am having an issue using power app when submitting multiple forms. The error shows "Network Error when using patch function : Length must be between 0 and 100" and the form doesn't save in dataverse but power automate flow is running.
My code :
ClearCollect( OpportunityCollection, Patch( 'CS Opportunity Sign-off Home Pages', Defaults('CS Opportunity Sign-off Home Pages'), CreateNew.Updates, scopeoverviewForm.Updates, deliverysummaryForm.Updates ) ); Testingapprovalflow.Run(); Navigate(Submitted)
Screenshot

Much appreciated for your support.
Thanks.
Best regards,
Wah