Local and Global data store variables

Hello, I am trying to find a way to use variables at the page and app-level like global and local variables where I can store static/maths functions return values and use them where ever I want. I feel this is very important for my app ideas. Please help.

Please give more specifics so we can help

Adalo does not use the concepts of global or local variables. You can only persist these values in a collection.
See an example for using a counter here: How to implement scheduling - #4 by karimoo

1 Like

Thanks for the reply. I have handled this with hidden input fields. However this feature is most wanted one.

1 Like

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