I am trying to create a points system that rewards groups for hitting certain milestones. For instance the following users in a group have completed the following number of actions
User 1: 3 actions complete
User 2: 3 actions complete
User 3: 4 actions complete
The above group combined have completed 10 actions, at which point I would like to reward the users with 3 bonus points. The problem I am facing is that each time the page is refreshed and the group total remains as 10, it keeps awarding 3 bonus points. How do i create a workflow that only assigns 3 bonus points once, rather than every time the page is refreshed and group actions = 10?
Any help would be hugely appreciated!