Hi,
due to the initialization of variable it is only possible to create app variables, and storage or cloud variables. All of them are global to the app.
But what, if I want to create local variables (e.g. help variables) inside a function. I do not mean the parameters, they are local. I mean additional local variables.