[Solved] Cloud variable return null when installed but normal in live test

Hey @aliencaocao - this is expected behaviour (although not necessarily wanted behaviour in your case)

Here’s an example from the #thunkable-tutorials section on how to handle null values when an app is first loaded:

Having the variable return null the first time only is really useful for doing things like user onboarding the first time they open your app (i.e. anything your don’t want to ask them over and over again)