I'm running through an intersect layer and iterator in model builder to produce many feature classes. I'd like to test the output with a get count or script - if it has records, produce the FC, if not, do not produce the FC. Unfortunately, the first FC it finds that does not have records stops the model - it will not move on to the next iteration. How do I set up the model so it continues through the iterations? Is this where a submodel comes in?