Hello All,
I've hit a roadblock in my flow. I have a sharepoint list with around 3 quiz results. Whenever someone finishes a quiz it is recorded in a List A which will trigger List B(below) I want to update a column (Level1Complete) when all quizzes have been taken and send an email. I feel like the size of my flow will be huge if I were to check for a value for each column per user and if a user completed all then Level1Complete will be updated to Yes but the problem is that I have two more quizzes in the list.
Is there a way to do this that I'm not thinking of? Again it's to check if a user has completed all quizzes which will update a column.