The reset button place a timestamp at the parent level (in my case, topics). In each of my children (flashcards) I have a relation back to the parent. I then do a lookup of this reset timestamp and compare it to each of the “complete this task” timestamp. If the reset timestamp is after the complete timestamp, then it’s no longer “complete” via an if-then-else column.