Set the "Is online" variable before "On app load" and "On app loaded" is executed

The “Is Online” app variable seems to not be updated until after the “On app loaded” action is executed. However, when the "Enable Offline" flag is toggled it is cached between sessions.

If you:

  1. Are online.
  2. Then close the app.
  3. Lose wifi connection.
  4. Reopen the app.

Then the “Is Online” variable will be true until the “On App Loaded” action is executed, even though you dont have internet connection. This means that it is not possible to check if you are online in an action triggered by “On App Load” or “On App Loaded”.

This is not huge issue when you know how it works. But it can be a bit counter intuitive, and I dont think this is mentioned in the documentation.

Hi Daniel!

I have registered this as a challenge and will request an update of the documentation to explain this concept better :grinning_face_with_smiling_eyes:

Nina