I'm very new at this platform and I'm attempting to make an audit app. I would like to have a label that shows the completed items vs the not completed items for each category, like "4/15" where the "4" is the number of items completed and "15" is the total number of items for that category. I want to do this with a label on each button. My entire form consists of 84 items from SharePoint, but each category only shows the items pertaining to itself when its button is clicked. I'm thinking I need to use 'If()' or 'UpdateContext' but I'm not sure. Each item will look like the second item with the radio buttons in this snip of my current app (Still in the editing stages obviously):

I also would like the ability to come back to an audit later in order to continue it due to its length and update the SharePoint list as I go, but I'm not sure how to go about that either.