Hi
I have a Canvas Model App, with a Save Button - which Submits a Form, From data is saved into sharepoint online.
This has been for a long time, and is working sometimes, causing an issue at other times when saving - sometimes the data is not always saved into sharepoint online.
i.e. It will work sometimes and not others, does not matter about the record, but it is mainly around using long Multi Text Fields in Sharepoint is where the problem mainly is seen.
Is there a way of being notified if it does not save ?
Is there anyway of troubleshooting such as intermittent issue ?
Example Save Action:
SubmitForm(Form_PartnerOverview);SubmitForm(Form_PartnerPlan);Notify( "SAVE SUCCESSFUL", NotificationType.Success, 50 );Navigate(Home);
Thanks