I need local storage for my application. Only for a single number that can be different for each user. Any alternatives to applications published as a web application?
1 Like
Use stored variables,
This is from the documentation

Perfect! Topic resolved.