Thank you @SteveJG for responding quickly, Based on your idea, I used an alternate solution to solve the problem. This is what I did-
- I added another screen where there is no CloudDB to avoid toast errors.
- Then I added the Net Extension (Thank you @vknow360 for the extension) to check the network connectivity.
- I added the
OnDissconnectblock and redirected to the new screen with start value as the current screen name.
- And in the new screen I added the
OnConnectblock and used theopen another screenwith thescreenNameas the start value.
When the network is gone it will automatically go to the new screen. When network is back, it will come to the original screen automatically. So, the problem is solved
Thank you ![]()

