Check my simple collection: What I want to do once a document is found, is to manipulate a DOM and show a <div class=”driving-tutorial> if the field canDrive value is false and hide it if the value is true Like this in meteor: Answer You could implement this logic with the findOne() method which finds the first document that matches