Quiz game profile statistics

I am developing a quiz game with a form with question.
in My leaderboard you can view all the users and their answers.
But in the user profile, the pointlookup registers only the first game I’ve done, it does not update with a second or more try.
How can I handle it?
Thanks

Gio

What are you trying to show with the “lookup”? Is it a list of previous attempts or total points?

1 Like

The sum of the total points from all the attempts

Then you should have a rollup on a relation matching the user’s email with the submitter’s email.

1 Like