Re: form submit not saving sometimes
Hi @Anonymous ,
For this purpose you can do like below.
Select the Form and Set the OnSuccess Property for the form Like Notify("Data Submitted Successfully", Success);
So once Data Submitted successfully it will display the success message.
The same way you can use for OnFailure Property also.
Notify("Data Submitted Successfully",Error.);
Then same time you get the Information like your data is submitted or failed.
Thanks,
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."-Vijay