Hi, guys
I use the increment on this button bar, with the left side to increment +1 and the left side to decrement -1. These values will be stored in the variable “ORGANIZATION”.
However, I would also like to simultaneously display the value of this variable that is currently in effect, like the image below in the Glide documentation (Increment value - Glide Library). But I can only demand the first value of the “ORGANIZATION” variable in the database (eg 5) in an “Action Text”. I cannot display the current value that is being incremented from decremented at the moment. I need the user to directly view the current value that is increasing or decreasing.
Does anyone know how I can run this mechanism? Big hug!