Need help with badge system

I want to have a badge system where there is a generic badge and when users check off a certain amount of tasks, the generic badge changes to an actual badge for completion of the tasks. Does that make sense. I know it’s a long shot because it’s very specific, but can someone point me to a tutorial on this, if it even exists. Thank you for your time.

There are different ways of doing this. You need to ask a bit more specific question on where are you stuck. You won’t get tutorial specifically for this I suppose.

Anyway, to answer your question, one way to do it would be to create a field called “badge” for a user. The badge data type can be an option set which can hold all different values of badge. Now when a task is completed, you can update the badge level of corresponding user.

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