Hello together,
I have a question concerning error handling in PowerApps.
In my app I have some buttons, that do patches into different sharepoint lists with one click. Now I got the information from the app users, that sometimes a network error while using patch function occures. I still wasn t able to identify the reason for the error.
My fear is, that an error with just one of the for example three patches in an onselect generates invalid data, because two patches work fine and the other one fails. Result would be, that you need to correct the third list or the other two sharepoint lists manually that they are on the same data level again.
Does anybody have some idea whats the best way to deal with this problem? My idea was to implement kind of restruction, that if one patch generates an error the other patches won't run, too.
I think a problem is the order of the patches, because when for example the third patch creates an error, there is no more possibility to stop the patches before.
Thanks for your ideas,
Lukas