Add Number +1 when button is clicked

I am working on a program that tracks calls. What I need it to do is everytime the users clicks create new call the program associates a number to it and adds 1 every time a new entry is created. I have been toying around for a while now and can’t seem to figure it out. Any help would be appreciated.

If it’s a number in the database, then set that number = current numbers’ value plus 1.

You can essentially do the same for custom states as well (if you don’t need to store the data permanently)

1 Like

So I have played around with your instructions a bit and I’m unable to figure out how to set this up so I attached some pictures with what I current have set up.

This topic was automatically closed after 70 days. New replies are no longer allowed.