Hey bublers, not posted in a long time.
I’m working on a new project, and in this project I’m trying to work out how to count each item from a persons checklist and then display that in a repeating group. Essentially I want it to track how far someone is with there checklist and display a counter i.e. 2/12 or 11/12.
The way my data is structured at the moment is I have a data type for each person, and a datatype for a checklist so each person has their own checklist and the thing that links them all together is the name.
How would I go about counting each data item in the checklist as a single item that totals up, the data in the checklist is based on yes if they have it or no if they don’t.

Here’s a screenshot of how it looks at the moment, the 10/15 is a placeholder text.
![]()
Here is the data type. I haven’t fully fleshed it out because I wanted it in working state first.
Thanks all!