Mission App

Good day Gliders

I would like to create a simple mission game where you complete tasks to earn XP. very similiar to the one that Robert Petitto made.

I want to make my tasks tab in a cards style. Each card with independent screen configuration. I would like to add a button to increase the XP of the user by a certain amount in each mission.

I could find any guides on how to do that, your guidance is truly appreciated

So in which part are you stucking, is it the increasing of XP for each user?

Correct. I would like to increment the XP of the user by 10 for every mission completed

Let’s say each mission’s complete status is stored in a boolean user-specific column. In the user’s sheet, you can rollup the user-specific column above, count True, then add a math column to multiply by 10.