Action - taking away an amount after each use

Hi all,

Currently working on an app for users to play games, users will have tokens they can use and each time they click a button a token will be taken away (that is the idea anyway)

I am wondering how I can make this work? I am unsure how to set up an action so that it takes away 1 token each time they click the button. Can anyone help?

Many thanks!

Logged in User Tokens = 10

Click Action

Update Logged in User Tokens = Logged In User Tokens - 1

:wink:

Thanks! :smile: a lot easier than I expected, appreciate your help with this!

1 Like

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