Gamification - point and token

Hey guys, I was going to create a gamification system within my app and I was wondering if there was a way to assign for example 1 token every 1000 points … is this possible automatically? or adalo still does not allow it and I have to do it manually? This could also be useful to other users thanks to anyone who can help me!

You’ll have to do it manually. You create a table which defines the number of points corresponding to an action. And then use an action to add those credits to a field “user score” in the users table. Or something of the sort.

This way if you ever wish to change the number of credits awarded for a specific action, you will only have to change the value in the table.

1 Like

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