Hello together,
hopefully someone can help me.
I developed an PowerApp Canvas-App with Offline-Capability. Everything works fine, except one thing.
If I add a new entry and try to run Patch/UpdateIf to synchronize it with my SharePoint 365 and the internet connection breaks after I Checked (Connection.Connected = true), I receive an Error (Server is not responing)
How to handle/catch this error.
Hopefully someone can give me a hint!
Thanks!
BR Thomas
Hi @thmwg ,
Just checking if you got the result you were looking for on this thread. Happy to help further if not.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
@thmwg ,
This is always the issue with offline apps of making sure of a connection before updating, however if you started the Patch code with
If(
Connection.Connected,
Patch( . . . . . .),
Notify("You have lost connection, please try later",Error)
)
this is probably the best you can do.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
WarrenBelz
146,645
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional