Hello all,
I’m pretty new to bubble, and I am trying to design a simple app which will record the timestamp when a user clicks a button and will also count the number of button clicks and display that number in a text box or similar. I have the timestamp down, however, I’m not sure how to count the button presses. Could it be accomplished with a custom state, or something else?
Any help would be greatly appreciated!
Thanks in advance!
Create a data set (number) called “Number of times pressed”, set it to 0 by default, and create a workflow for the button that adds +1 to the current number of times pressed. The textbox will just display that data.
I have a tutorial that covers this concept from the perspective of an upvote/downvote counter. (The concept you’re describing follows similar logic).
Here’s a link to the lesson.
Dan (creator of LearnTo - 120+ great Bubble tutorials + on-demand coaching for Bubble).
This topic was automatically closed after 70 days. New replies are no longer allowed.