How to handle error mechanism for Savable Data Page
User is entering some details for which we are using Savable Datable to persist. As part of Save-DataPage method, if we are encountering some intermittent error or exception, we want to retry for 3 more times to make sure it succeeds next time. How can we achieve this? Because for the first time of using Save-DataPage method in activity, if there is any exception on the datapage.Can we invoke the same Save-DataPage again?