I need stored variables for my project, but unfortunately…
However, these are not transferred in the blocks in live Thunkable, see screenshots.
Is this a general issue or am I doing wrong?
What do you mean it’s not transferred?
The screenshots you posted show you initializing the variables to empty lists.
How are you assigning those stored variables new values after that?
And how are you trying to access and display those values?
It also looks like you might be initializing the same variable twice which is a problem. That will create two variables with the same name. If you’ve done that, you’ll need to delete one of those blocks and then double-check anywhere you’ve tried to use the stored variable.