Hi!
I’m having some trouble trying to use a list as a stored variable.
At very first open of the app (when I use a different PC) , I execute some check on the list but it seems not to execute them, like it doesn’t know it is a list.
If I add a “set stored variable” to empty list on screen start, then it works, like it use it as an initialization.
But how to know if the list need to be initialized or not?
Something like “is the variable existing?” Or “is the variable a list?”
Thank you