Help in LocalStorage concept

Hello, it’s been a while since used Thunkable after many years, I remember the last time there was a localstorage components. Id try to dig in thunkable components docs and didn’t find it.

What im trying to is to use the localstorage to store a boolean and call it anytime I want, any alternative to this? Tho is a basic questions but as someone who used it before and get back here, im quite a lost.

You need to use a stored variable for this. Make sure to check for a null value when the screen opens and if so, set it to an initial value. See this: Variables - Thunkable Docs

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.