Hi All,
I hope you can help. I have connected a SharePoint list as my data source for my app, and am able to capture details on the form and submit it but its not writing those details onto my list. What could I be missing?

Hi All,
I hope you can help. I have connected a SharePoint list as my data source for my app, and am able to capture details on the form and submit it but its not writing those details onto my list. What could I be missing?
Try not using ResetForm() right after SubmitForm() , instead use ResetForm() in the OnSuccess property of your ApprovalForm1