Hi guys,
I configured an app for offline use, and it checks when there is a connection again after losing it. My issue is that on a wifi-tablet ( samsuing Galaxy Tab-A) it is not updating once the connection is lost.
I tried the following:
1. Inserted a timer that Sets the connection to true or false
Set(varConnection,Connection.Connected)
This will update to false, but not back to true when the connection is back.
2. Inserted in a patch()
If(Connection.Connected = true, LoadData();Patch())
I tried on my mobile phone (samsung A40), and there, the connection updates as expected
Solved! Go to Solution.
Increasing my timer interval from 1 to 3 seconds seems to have fixed it. the connection.Connected property updates my variable as expected.
Increasing my timer interval from 1 to 3 seconds seems to have fixed it. the connection.Connected property updates my variable as expected.
Hi,
It looks like you were able to get your issue solved here. I just wanted to include a little bit more information if you would like to learn a bit more.
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/formula-reference
Regards,
Alex
-------
Community Support Team _ Alex Rezac
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
258 | |
110 | |
97 | |
57 | |
40 |