Hi all,
I am trying to create an app where I need the default value to be 0 and have a button to increment the value every time it's selected, but once the form is reset, it should return to value 0.
I have managed to add the increment formula with a variant, but the default is not 0 anymore and when I reset the form the initial box does not reset. What do I need to do?
Here is my app and formula used.

In the box I have the following formulas
On select Set( var1, 0 )
Default var1
Reset false (I tried changing this formula to true but it did nothing)
On the plus button I have this formula
On select Set( var1, var1 + 1)