I am using a iterator to go through rasters in a fgdb. I am extracting values, then converting to polygons. If the raster is empty, the polygon output is empty and the model builder script stops. Since I cannot add more than one iterator to a model (thanks esri...) I cannot use if then logic to check/ run the conversion tool. how can i tell my model it is okay for empty output polys and keep processing?