Best Practices & Troubleshooting
Action Flows appear blank
In case the action flows appear to be blank with constant loading, you will have to create new action flows.
Note
The blueprint can be requested via Celonis Support.
Summary of AFs and the views they are linked to can be viewed in the Add new Assignment (Multiple) & Admin View.
Assign People to Existing Assignment (Multiple) -> Add Participants.
Trigger Manual Allocation (Multiple) -> Admin View
Trigger Submission -Assignment Profile
Augmented Attributes not found/not created
Re-create the Gamification data model and connect it with the App.
Note
Do not duplicate as it will result in the same error.
Resetting the leaderboard
Update the data pool parameter GamificationStartDate to the new date you wish to start awarding points.
OPTIONAL - If you’d like to save the current progress, we suggest renaming the following tables with a suffix (using ALTER TABLE) - Assignments & Points Allocation.
Run the transformation “Create Tables: Points Allocation & Assignments” to re-create the required tables.
Run the data job as usual to create default challenges and assign points as per the new start date given in the first step.
Ability to cancel/delete challenges
There’s no way to delete/cancel challenges on the app currently. We suggest:
Deleting challenges using DELETE query on the “Assignments” table OR
Add a new option on the augmented attribute “Status” for “Assignments” table to manage/hide those challenges.