I have two SharePoint lists:
- Class Assignments - Lists learner name and classes they are assigned. (Many learners can be assigned to one class/classID. and each learner is a separate line.
- Class Schedule - Lists each class only once with date/time of class. This is where the class/classID comes from that is in the Class Assignments list.
Goal: I'm trying to figure out a flow that counts all the instances of class A in the Class Assignments list and puts that number in the SeatCount field of the associated class in the Class Schedule so that I can keep track of how many people are assigned a class.
ASK: I can get the count of the number of items in the Class Assignments (104) list but I'm not sure how to get the count for each of the distinct classes (84). I'm sure I probably need to use variables and I'm sure I need to do some sort of "Get Items" for the Class Schedule list so I can put the count there.
